5 lines
192 B
TypeScript
5 lines
192 B
TypeScript
import { convertNxGenerator } from '@nrwl/devkit';
|
|
import { componentCypressSpecGenerator } from './component-cypress-spec';
|
|
|
|
export default convertNxGenerator(componentCypressSpecGenerator);
|