@nx/jest 21.6.2 → 21.6.4
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 +4 -4
- package/spec/jest.config.d.ts +0 -13
- package/spec/jest.config.d.ts.map +0 -1
- package/spec/migrations.spec.d.ts +0 -2
- package/spec/migrations.spec.d.ts.map +0 -1
- package/spec/src/executors/jest/jest.impl.spec.d.ts +0 -2
- package/spec/src/executors/jest/jest.impl.spec.d.ts.map +0 -1
- package/spec/src/generators/configuration/configuration.spec.d.ts +0 -2
- package/spec/src/generators/configuration/configuration.spec.d.ts.map +0 -1
- package/spec/src/generators/configuration/lib/create-jest-config.spec.d.ts +0 -2
- package/spec/src/generators/configuration/lib/create-jest-config.spec.d.ts.map +0 -1
- package/spec/src/generators/configuration/lib/ensure-dependencies.spec.d.ts +0 -2
- package/spec/src/generators/configuration/lib/ensure-dependencies.spec.d.ts.map +0 -1
- package/spec/src/generators/configuration/lib/update-vscode-recommended-extensions.spec.d.ts +0 -2
- package/spec/src/generators/configuration/lib/update-vscode-recommended-extensions.spec.d.ts.map +0 -1
- package/spec/src/generators/convert-to-inferred/convert-to-inferred.spec.d.ts +0 -2
- package/spec/src/generators/convert-to-inferred/convert-to-inferred.spec.d.ts.map +0 -1
- package/spec/src/generators/init/init.spec.d.ts +0 -2
- package/spec/src/generators/init/init.spec.d.ts.map +0 -1
- package/spec/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts +0 -2
- package/spec/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts.map +0 -1
- package/spec/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.spec.d.ts +0 -2
- package/spec/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.spec.d.ts.map +0 -1
- package/spec/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts +0 -2
- package/spec/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts.map +0 -1
- package/spec/src/migrations/update-21-3-0/rename-test-path-pattern.spec.d.ts +0 -2
- package/spec/src/migrations/update-21-3-0/rename-test-path-pattern.spec.d.ts.map +0 -1
- package/spec/src/migrations/update-21-3-0/replace-removed-matcher-aliases.spec.d.ts +0 -2
- package/spec/src/migrations/update-21-3-0/replace-removed-matcher-aliases.spec.d.ts.map +0 -1
- package/spec/src/plugins/plugin.spec.d.ts +0 -2
- package/spec/src/plugins/plugin.spec.d.ts.map +0 -1
- package/spec/src/utils/ast-utils.spec.d.ts +0 -2
- package/spec/src/utils/ast-utils.spec.d.ts.map +0 -1
- package/spec/src/utils/config/functions.spec.d.ts +0 -2
- package/spec/src/utils/config/functions.spec.d.ts.map +0 -1
- package/spec/src/utils/config/get-jest-projects.spec.d.ts +0 -2
- package/spec/src/utils/config/get-jest-projects.spec.d.ts.map +0 -1
- package/spec/src/utils/config/update-config.spec.d.ts +0 -2
- package/spec/src/utils/config/update-config.spec.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/jest",
|
|
3
|
-
"version": "21.6.
|
|
3
|
+
"version": "21.6.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.",
|
|
6
6
|
"repository": {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@jest/reporters": "^30.0.2",
|
|
39
39
|
"@jest/test-result": "^30.0.2",
|
|
40
|
-
"@nx/devkit": "21.6.
|
|
41
|
-
"@nx/js": "21.6.
|
|
40
|
+
"@nx/devkit": "21.6.4",
|
|
41
|
+
"@nx/js": "21.6.4",
|
|
42
42
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
43
43
|
"identity-obj-proxy": "3.0.0",
|
|
44
44
|
"jest-config": "^30.0.2",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"yargs-parser": "21.1.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"nx": "21.6.
|
|
55
|
+
"nx": "21.6.4"
|
|
56
56
|
},
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
package/spec/jest.config.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
transform: {
|
|
3
|
-
'^.+\\.[tj]sx?$': (string | {
|
|
4
|
-
tsconfig: string;
|
|
5
|
-
})[];
|
|
6
|
-
};
|
|
7
|
-
moduleFileExtensions: string[];
|
|
8
|
-
globals: {};
|
|
9
|
-
displayName: string;
|
|
10
|
-
preset: string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
13
|
-
//# sourceMappingURL=jest.config.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"jest.config.d.ts","sourceRoot":"","sources":["../../../../packages/jest/jest.config.ts"],"names":[],"mappings":";;;;;;;;;;;AACA,wBAQE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"migrations.spec.d.ts","sourceRoot":"","sources":["../../../../packages/jest/migrations.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"jest.impl.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/executors/jest/jest.impl.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"configuration.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/configuration.spec.ts"],"names":[],"mappings":"AAAA,OAAO,kDAAkD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-jest-config.spec.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/jest/src/generators/configuration/lib/create-jest-config.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ensure-dependencies.spec.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/jest/src/generators/configuration/lib/ensure-dependencies.spec.ts"],"names":[],"mappings":""}
|
package/spec/src/generators/configuration/lib/update-vscode-recommended-extensions.spec.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-vscode-recommended-extensions.spec.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/jest/src/generators/configuration/lib/update-vscode-recommended-extensions.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"convert-to-inferred.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/convert-to-inferred/convert-to-inferred.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"init.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/init/init.spec.ts"],"names":[],"mappings":"AAAA,OAAO,kDAAkD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.ts"],"names":[],"mappings":""}
|
package/spec/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.spec.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"remove-tsconfig-option-from-jest-executor.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.spec.ts"],"names":[],"mappings":"AAAA,OAAO,kDAAkD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rename-test-path-pattern.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/migrations/update-21-3-0/rename-test-path-pattern.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"replace-removed-matcher-aliases.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/migrations/update-21-3-0/replace-removed-matcher-aliases.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.spec.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/plugins/plugin.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ast-utils.spec.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/utils/ast-utils.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"functions.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/utils/config/functions.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-jest-projects.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/utils/config/get-jest-projects.spec.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-config.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/utils/config/update-config.spec.ts"],"names":[],"mappings":""}
|