feat(crud): add jest test config

This commit is contained in:
thomas laforge
2022-12-11 20:42:13 +01:00
parent a9a3b7a7d8
commit 97f1ede245
6 changed files with 102 additions and 0 deletions

View File

@@ -79,6 +79,14 @@
"options": {
"lintFilePatterns": ["apps/crud/**/*.ts", "apps/crud/**/*.html"]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/crud/jest.config.ts",
"passWithNoTests": true
}
}
},
"tags": []