import plugin from '../src'; describe('module-tools', () => { it('default', () => { expect(plugin).toBeDefined(); }); });