import { MWANewAction } from '../src'; describe('generator-new-action', () => { it('default', () => { expect(MWANewAction).toBeDefined(); }); });