mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
7 lines
174 B
TypeScript
7 lines
174 B
TypeScript
import { defineConfig } from 'cypress';
|
|
import { nxE2EPreset } from '@nrwl/cypress/plugins/cypress-preset';
|
|
|
|
export default defineConfig({
|
|
e2e: nxE2EPreset(__dirname),
|
|
});
|