feat: convert to crystal

This commit is contained in:
thomas
2024-05-26 21:42:17 +02:00
parent f0abc3ec46
commit a07954fa73
73 changed files with 96 additions and 346 deletions

View File

@@ -4,6 +4,7 @@
"projectType": "application",
"sourceRoot": "apps/testing/20-modal/src",
"prefix": "app",
"tags": [],
"targets": {
"build": {
"executor": "@angular-devkit/build-angular:browser",
@@ -70,25 +71,12 @@
"buildTarget": "testing-modal:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/testing/20-modal/jest.config.ts"
}
},
"component-test": {
"executor": "@nx/cypress:cypress",
"options": {
"cypressConfig": "apps/testing/20-modal/cypress.config.ts",
"testingType": "component",
"skipServe": true,
"devServerTarget": "testing-modal:build"
}
}
},
"tags": []
}
}