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