mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
7 lines
208 B
TypeScript
7 lines
208 B
TypeScript
import { defineConfig } from 'cypress';
|
|
import { nxComponentTestingPreset } from '@nx/angular/plugins/component-testing';
|
|
|
|
export default defineConfig({
|
|
component: nxComponentTestingPreset(__filename),
|
|
});
|