feat(challenges): add project canvas for testing

This commit is contained in:
thomas
2023-04-24 16:44:30 +02:00
parent ba0bc832ec
commit 257e55b3d4
97 changed files with 5044 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
import { defineConfig } from 'cypress';
import { nxComponentTestingPreset } from '@nrwl/angular/plugins/component-testing';
export default defineConfig({
component: nxComponentTestingPreset(__filename),
});