feat(challenge14): race condition with rxjs

This commit is contained in:
thomas laforge
2023-01-11 16:20:13 +01:00
parent b6e6886a46
commit c28c9cc7fc
21 changed files with 2622 additions and 1408 deletions

View File

@@ -84,6 +84,15 @@
"jestConfig": "apps/rxjs-race-condition/jest.config.ts",
"passWithNoTests": true
}
},
"component-test": {
"executor": "@nrwl/cypress:cypress",
"options": {
"cypressConfig": "apps/rxjs-race-condition/cypress.config.ts",
"testingType": "component",
"skipServe": true,
"devServerTarget": "rxjs-race-condition:build"
}
}
},
"tags": []