import NNTP from '../src/nntp'; describe('NNTP', () => { it('should be defined', () => { expect(NNTP).toBeDefined(); }) });