@o3r/testing 14.0.0-next.9 → 14.0.0-prerelease.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +46 -45
- package/schematics/ng-add/index.d.ts.map +1 -1
- package/schematics/ng-add/index.js +3 -1
- package/schematics/ng-add/index.js.map +1 -1
- package/schematics/ng-add/jest/templates/project/testing/setup-jest.ts.template +16 -3
- package/schematics/ng-add/jest/templates/workspace/jest.config.ut.js.template +1 -1
- package/schematics/ng-add/schema.d.ts +1 -1
- package/schematics/ng-add/schema.d.ts.map +1 -1
- package/schematics/ng-add/schema.json +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/testing",
|
|
3
|
-
"version": "14.0.0-
|
|
3
|
+
"version": "14.0.0-prerelease.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -88,23 +88,23 @@
|
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"@amadeus-it-group/kassette": "^1.7.0",
|
|
91
|
-
"@angular-devkit/core": "^
|
|
92
|
-
"@angular-devkit/schematics": "^
|
|
93
|
-
"@angular/animations": "^
|
|
94
|
-
"@angular/cli": "^
|
|
95
|
-
"@angular/common": "^
|
|
96
|
-
"@angular/core": "^
|
|
97
|
-
"@angular/forms": "^
|
|
98
|
-
"@angular/platform-browser": "^
|
|
91
|
+
"@angular-devkit/core": "^21.0.0",
|
|
92
|
+
"@angular-devkit/schematics": "^21.0.0",
|
|
93
|
+
"@angular/animations": "^21.0.0",
|
|
94
|
+
"@angular/cli": "^21.0.0",
|
|
95
|
+
"@angular/common": "^21.0.0",
|
|
96
|
+
"@angular/core": "^21.0.0",
|
|
97
|
+
"@angular/forms": "^21.0.0",
|
|
98
|
+
"@angular/platform-browser": "^21.0.0",
|
|
99
99
|
"@material/slider": "^14.0.0",
|
|
100
|
-
"@ngrx/store": "^
|
|
100
|
+
"@ngrx/store": "^21.0.0",
|
|
101
101
|
"@ngx-translate/core": "^15.0.0 || ~16.0.4",
|
|
102
|
-
"@o3r/core": "~14.0.0-
|
|
103
|
-
"@o3r/eslint-config": "~14.0.0-
|
|
104
|
-
"@o3r/localization": "~14.0.0-
|
|
105
|
-
"@o3r/schematics": "~14.0.0-
|
|
102
|
+
"@o3r/core": "~14.0.0-prerelease.2",
|
|
103
|
+
"@o3r/eslint-config": "~14.0.0-prerelease.2",
|
|
104
|
+
"@o3r/localization": "~14.0.0-prerelease.2",
|
|
105
|
+
"@o3r/schematics": "~14.0.0-prerelease.2",
|
|
106
106
|
"@playwright/test": "^1.49.0",
|
|
107
|
-
"@schematics/angular": "^
|
|
107
|
+
"@schematics/angular": "^21.0.0",
|
|
108
108
|
"eslint": "~9.39.0",
|
|
109
109
|
"pixelmatch": "^7.0.0",
|
|
110
110
|
"pngjs": "^7.0.0",
|
|
@@ -170,48 +170,49 @@
|
|
|
170
170
|
}
|
|
171
171
|
},
|
|
172
172
|
"dependencies": {
|
|
173
|
-
"@o3r/schematics": "~14.0.0-
|
|
173
|
+
"@o3r/schematics": "~14.0.0-prerelease.2",
|
|
174
174
|
"esbuild": "~0.25.1",
|
|
175
175
|
"module-from-string": "^3.2.0",
|
|
176
176
|
"tslib": "^2.6.2"
|
|
177
177
|
},
|
|
178
178
|
"devDependencies": {
|
|
179
179
|
"@amadeus-it-group/kassette": "^1.7.0",
|
|
180
|
-
"@angular-devkit/build-angular": "~
|
|
181
|
-
"@angular-devkit/core": "~
|
|
182
|
-
"@angular-devkit/schematics": "~
|
|
183
|
-
"@angular/cli": "~
|
|
184
|
-
"@angular/common": "~
|
|
185
|
-
"@angular/compiler": "~
|
|
186
|
-
"@angular/compiler-cli": "~
|
|
187
|
-
"@angular/core": "~
|
|
188
|
-
"@angular/forms": "~
|
|
189
|
-
"@angular/platform-browser": "~
|
|
190
|
-
"@angular/platform-browser-dynamic": "~
|
|
180
|
+
"@angular-devkit/build-angular": "~21.0.2",
|
|
181
|
+
"@angular-devkit/core": "~21.0.2",
|
|
182
|
+
"@angular-devkit/schematics": "~21.0.2",
|
|
183
|
+
"@angular/cli": "~21.0.2",
|
|
184
|
+
"@angular/common": "~21.0.3",
|
|
185
|
+
"@angular/compiler": "~21.0.3",
|
|
186
|
+
"@angular/compiler-cli": "~21.0.3",
|
|
187
|
+
"@angular/core": "~21.0.3",
|
|
188
|
+
"@angular/forms": "~21.0.3",
|
|
189
|
+
"@angular/platform-browser": "~21.0.3",
|
|
190
|
+
"@angular/platform-browser-dynamic": "~21.0.3",
|
|
191
191
|
"@babel/core": "~7.28.0",
|
|
192
192
|
"@babel/preset-typescript": "~7.28.0",
|
|
193
193
|
"@compodoc/compodoc": "^1.1.32",
|
|
194
194
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
|
|
195
195
|
"@material/slider": "^14.0.0",
|
|
196
|
-
"@ngrx/store": "~
|
|
196
|
+
"@ngrx/store": "~21.0.0",
|
|
197
197
|
"@ngx-translate/core": "~16.0.4",
|
|
198
|
-
"@nx/eslint-plugin": "~
|
|
199
|
-
"@nx/jest": "~
|
|
200
|
-
"@o3r/build-helpers": "~14.0.0-
|
|
201
|
-
"@o3r/core": "~14.0.0-
|
|
202
|
-
"@o3r/eslint-plugin": "~14.0.0-
|
|
203
|
-
"@o3r/localization": "~14.0.0-
|
|
204
|
-
"@o3r/test-helpers": "~14.0.0-
|
|
198
|
+
"@nx/eslint-plugin": "~22.3.3",
|
|
199
|
+
"@nx/jest": "~22.3.3",
|
|
200
|
+
"@o3r/build-helpers": "~14.0.0-prerelease.2",
|
|
201
|
+
"@o3r/core": "~14.0.0-prerelease.2",
|
|
202
|
+
"@o3r/eslint-plugin": "~14.0.0-prerelease.2",
|
|
203
|
+
"@o3r/localization": "~14.0.0-prerelease.2",
|
|
204
|
+
"@o3r/test-helpers": "~14.0.0-prerelease.2",
|
|
205
205
|
"@playwright/test": "~1.57.0",
|
|
206
|
-
"@schematics/angular": "~
|
|
206
|
+
"@schematics/angular": "~21.0.2",
|
|
207
|
+
"@standard-schema/spec": "~1.0.0",
|
|
207
208
|
"@stylistic/eslint-plugin": "~5.6.0",
|
|
208
209
|
"@swc/helpers": "~0.5.17",
|
|
209
210
|
"@types/jest": "~30.0.0",
|
|
210
211
|
"@types/node": "~24.10.0",
|
|
211
212
|
"@types/pixelmatch": "^5.2.3",
|
|
212
213
|
"@types/pngjs": "^6.0.0",
|
|
213
|
-
"@typescript-eslint/parser": "~8.
|
|
214
|
-
"angular-eslint": "~
|
|
214
|
+
"@typescript-eslint/parser": "~8.52.0",
|
|
215
|
+
"angular-eslint": "~21.0.1",
|
|
215
216
|
"concurrently": "^9.1.0",
|
|
216
217
|
"cpy-cli": "^6.0.0",
|
|
217
218
|
"eslint": "~9.39.0",
|
|
@@ -219,7 +220,7 @@
|
|
|
219
220
|
"eslint-import-resolver-typescript": "~4.4.0",
|
|
220
221
|
"eslint-plugin-import": "~2.32.0",
|
|
221
222
|
"eslint-plugin-import-newlines": "~1.4.0",
|
|
222
|
-
"eslint-plugin-jest": "~29.
|
|
223
|
+
"eslint-plugin-jest": "~29.12.0",
|
|
223
224
|
"eslint-plugin-jsdoc": "~61.5.0",
|
|
224
225
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
225
226
|
"eslint-plugin-unicorn": "~62.0.0",
|
|
@@ -231,9 +232,9 @@
|
|
|
231
232
|
"jest-junit": "~16.0.0",
|
|
232
233
|
"jest-preset-angular": "~16.0.0",
|
|
233
234
|
"jest-util": "~30.2.0",
|
|
234
|
-
"jsdom": "
|
|
235
|
+
"jsdom": "~27.3.0",
|
|
235
236
|
"jsonc-eslint-parser": "~2.4.0",
|
|
236
|
-
"nx": "~
|
|
237
|
+
"nx": "~22.3.3",
|
|
237
238
|
"pixelmatch": "^7.0.0",
|
|
238
239
|
"pngjs": "^7.0.0",
|
|
239
240
|
"rxjs": "^7.8.1",
|
|
@@ -242,18 +243,18 @@
|
|
|
242
243
|
"ts-jest": "~29.4.0",
|
|
243
244
|
"type-fest": "^5.3.1",
|
|
244
245
|
"typescript": "~5.9.2",
|
|
245
|
-
"typescript-eslint": "~8.
|
|
246
|
-
"zone.js": "~0.15.0"
|
|
246
|
+
"typescript-eslint": "~8.52.0"
|
|
247
247
|
},
|
|
248
248
|
"generatorDependencies": {
|
|
249
|
-
"@angular-builders/jest": "~
|
|
249
|
+
"@angular-builders/jest": "~21.0.0-beta.1",
|
|
250
250
|
"@types/jest": "~30.0.0",
|
|
251
251
|
"jest": "~30.2.0",
|
|
252
252
|
"jest-environment-jsdom": "~30.2.0",
|
|
253
253
|
"jest-preset-angular": "~16.0.0",
|
|
254
254
|
"jest-util": "~30.2.0",
|
|
255
255
|
"rimraf": "^6.0.1",
|
|
256
|
-
"ts-jest": "~29.4.0"
|
|
256
|
+
"ts-jest": "~29.4.0",
|
|
257
|
+
"uuid": "~13.0.0"
|
|
257
258
|
},
|
|
258
259
|
"schematics": "./collection.json",
|
|
259
260
|
"ng-update": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAGL,IAAI,EAGL,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAGL,IAAI,EAGL,MAAM,4BAA4B,CAAC;AA2IpC;;;GAGG;AACH,eAAO,MAAM,KAAK,wBAAgC,CAAC"}
|
|
@@ -19,6 +19,7 @@ const dependenciesToInstall = [];
|
|
|
19
19
|
const devDependenciesToInstall = [
|
|
20
20
|
'pixelmatch',
|
|
21
21
|
'pngjs',
|
|
22
|
+
'uuid',
|
|
22
23
|
'@angular-devkit/build-angular',
|
|
23
24
|
'@angular/core',
|
|
24
25
|
'@angular/common'
|
|
@@ -49,7 +50,8 @@ function ngAddFn(options) {
|
|
|
49
50
|
installJest = true;
|
|
50
51
|
break;
|
|
51
52
|
}
|
|
52
|
-
case 'jasmine':
|
|
53
|
+
case 'jasmine':
|
|
54
|
+
case 'vitest': {
|
|
53
55
|
installJest = await (0, prompt_1.askConfirmation)(`You are currently using ${testFramework}. Do you want to setup Jest test framework? You will have to remove ${testFramework} yourself.`, true, false);
|
|
54
56
|
break;
|
|
55
57
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":";;;AAAA,8BAA8B;AAC9B,kCAAkC;AAClC,8DAE2C;AAC3C,2DAMoC;AACpC,gDAWyB;AAOzB,uCAEmB;AACnB,iCAGgB;AAChB,6CAGsB;AAEtB;;GAEG;AACH,MAAM,qBAAqB,GAAa,EAAE,CAAC;AAE3C;;GAEG;AACH,MAAM,wBAAwB,GAAG;IAC/B,YAAY;IACZ,OAAO;IACP,+BAA+B;IAC/B,eAAe;IACf,iBAAiB;CAClB,CAAC;AAEF;;;GAGG;AACH,SAAS,OAAO,CAAC,OAA8B;IAC7C,OAAO,KAAK,EAAE,IAAU,EAAE,OAAyB,EAAE,EAAE;QACrD,IAAI,CAAC;YACH,MAAM,mBAAmB,GAAG,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,CAAC,CAAC;YAChF,MAAM,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,mBAAmB,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC,CAAgB,CAAC;YAC1G,MAAM,gBAAgB,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,IAAA,+BAAkB,EAAC,IAAI,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACnH,MAAM,WAAW,GAAG,gBAAgB,EAAE,WAAW,IAAI,aAAa,CAAC;YACnE,IAAI,WAAW,CAAC;YAChB,IAAI,iBAAiB,CAAC;YAEtB,IAAI,CAAC;gBACH,OAAO,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;gBACtC,iBAAiB,GAAG,IAAI,CAAC;YAC3B,CAAC;YAAC,MAAM,CAAC;gBACP,iBAAiB,GAAG,KAAK,CAAC;YAC5B,CAAC;YAED,MAAM,aAAa,GAAG,OAAO,CAAC,gBAAgB,IAAI,IAAA,6BAAgB,EAAC,IAAA,+BAAkB,EAAC,IAAI,CAAC,EAAE,OAAO,CAAC,CAAC;YACtG,QAAQ,aAAa,EAAE,CAAC;gBACtB,KAAK,MAAM,CAAC,CAAC,CAAC;oBACZ,WAAW,GAAG,IAAI,CAAC;oBACnB,MAAM;gBACR,CAAC;gBACD,KAAK,SAAS,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from 'jest-preset-angular/setup-env/
|
|
2
|
+
setupZonelessTestEnv,
|
|
3
|
+
} from 'jest-preset-angular/setup-env/zoneless';
|
|
4
|
+
|
|
5
|
+
setupZonelessTestEnv();
|
|
6
|
+
|
|
7
|
+
// Mock ES modules that cause issues in Jest
|
|
8
|
+
// This is needed unless we enable --experimental-vm-modules (see https://jestjs.io/docs/ecmascript-modules)
|
|
9
|
+
jest.mock('uuid', () => {
|
|
10
|
+
let counter = 0;
|
|
11
|
+
return {
|
|
12
|
+
v4: jest.fn(() => {
|
|
13
|
+
const id = counter++;
|
|
14
|
+
return `00000000-0000-0000-0000-${id.toString().padStart(12, '0')}`;
|
|
15
|
+
})
|
|
16
|
+
};
|
|
17
|
+
});
|
|
4
18
|
|
|
5
|
-
setupZoneTestEnv();
|
|
@@ -45,7 +45,7 @@ module.exports.getJestProjectConfig = (rootDir, isAngularSetup) => {
|
|
|
45
45
|
'\\.e2e\\.spec\\.ts$'
|
|
46
46
|
],
|
|
47
47
|
fakeTimers: {
|
|
48
|
-
enableGlobally:
|
|
48
|
+
enableGlobally: false // This breaks the initial setup with Angular21
|
|
49
49
|
},
|
|
50
50
|
transform: {
|
|
51
51
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { NgAddOptions, SchematicOptionObject } from '@o3r/schematics';
|
|
2
2
|
export interface NgAddSchematicsSchema extends NgAddOptions, SchematicOptionObject {
|
|
3
3
|
/** Testing framework */
|
|
4
|
-
testingFramework?: 'jest' | 'other';
|
|
4
|
+
testingFramework?: 'jest' | 'vitest' | 'other';
|
|
5
5
|
/** Enable playwright */
|
|
6
6
|
enablePlaywright: boolean;
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,MAAM,WAAW,qBAAsB,SAAQ,YAAY,EAAE,qBAAqB;IAChF,wBAAwB;IACxB,gBAAgB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAEzB,MAAM,WAAW,qBAAsB,SAAQ,YAAY,EAAE,qBAAqB;IAChF,wBAAwB;IACxB,gBAAgB,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IAE/C,wBAAwB;IACxB,gBAAgB,EAAE,OAAO,CAAC;CAC3B"}
|