import MetaModule from './meta'; describe('MetaModule', () => { it('should be a function', () => { expect(MetaModule).toBeInstanceOf(Function); }); });