Skip to content

Commit

Permalink
feat: migrate to nx 19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalaforge committed Sep 23, 2024
1 parent 75902af commit 43960d1
Show file tree
Hide file tree
Showing 52 changed files with 6,897 additions and 11,416 deletions.
10 changes: 7 additions & 3 deletions apps/angular/1-projection/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/angular/1-projection/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/angular/21-anchor-navigation/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/angular/21-anchor-navigation/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/angular/32-change-detection-bug/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/angular/32-change-detection-bug/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/angular/39-injection-token/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/angular/39-injection-token/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/angular/45-react-in-angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/angular/45-react-in-angular/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/angular/46-simple-animations/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/angular/46-simple-animations/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/angular/5-crud-application/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/angular/5-crud-application/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
13 changes: 7 additions & 6 deletions apps/angular/52-lazy-load-component/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,15 @@
"buildTarget": "angular-lazy-load-component:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/angular/52-lazy-load-component/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
13 changes: 7 additions & 6 deletions apps/angular/55-back-button-navigation/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,15 @@
"buildTarget": "angular-back-button-navigation:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/angular/55-back-button-navigation/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/forms/41-control-value-accessor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/forms/41-control-value-accessor/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/ngrx/2-effect-vs-selector/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/ngrx/2-effect-vs-selector/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/performance/12-optimize-change-detection/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/performance/12-optimize-change-detection/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/performance/36-ngfor-optimization/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/performance/36-ngfor-optimization/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/rxjs/14-race-condition/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/rxjs/14-race-condition/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/rxjs/38-catch-error/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/rxjs/38-catch-error/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/rxjs/49-hold-to-save-button/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/rxjs/49-hold-to-save-button/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
10 changes: 7 additions & 3 deletions apps/signal/30-interop-rxjs-signal/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,14 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "apps/signal/30-interop-rxjs-signal/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions apps/signal/53-big-signal-performance/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
"options": {
"buildTarget": "signal-big-signal-performance:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}
3 changes: 0 additions & 3 deletions apps/signal/54-pipe-observable-to-signal/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
"options": {
"buildTarget": "signal-pipe-observable-to-signal:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}
3 changes: 0 additions & 3 deletions apps/signal/56-forms-and-signal/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
"options": {
"buildTarget": "signal-forms-and-signal:build"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}
14 changes: 11 additions & 3 deletions apps/testing/17-router/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,18 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"outputs": [
"{workspaceRoot}/coverage/{projectRoot}",
"{projectRoot}/coverage"
],
"options": {
"jestConfig": "apps/testing/17-router/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
14 changes: 11 additions & 3 deletions apps/testing/18-nested-components/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,18 @@
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"outputs": [
"{workspaceRoot}/coverage/{projectRoot}",
"{projectRoot}/coverage"
],
"options": {
"jestConfig": "apps/testing/18-nested-components/jest.config.ts"
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
Expand Down
Loading

0 comments on commit 43960d1

Please sign in to comment.