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