Skip to content

Commit 1804d15

Browse files
committed
fix(jest): update example apps to use config instead of configPath
1 parent 81709c6 commit 1804d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/jest/simple-app/angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@
9595
"test-ts-config": {
9696
"builder": "@angular-builders/jest:run",
9797
"options": {
98-
"configPath": "./jest.config.ts",
98+
"config": "./jest.config.ts",
9999
"zoneless": false
100100
}
101101
},
102102
"test-esm-config": {
103103
"builder": "@angular-builders/jest:run",
104104
"options": {
105-
"configPath": "./jest.config.mjs",
105+
"config": "./jest.config.mjs",
106106
"zoneless": false
107107
}
108108
},

0 commit comments

Comments
 (0)