@nx/jest 21.3.0 → 21.4.0-beta.0
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/index.d.ts +1 -0
- package/index.d.ts.map +1 -0
- package/package.json +7 -4
- package/plugin.d.ts +1 -0
- package/plugin.d.ts.map +1 -0
- package/plugins/resolver.d.ts +1 -0
- package/plugins/resolver.d.ts.map +1 -0
- package/preset/index.d.ts +1 -0
- package/preset/index.d.ts.map +1 -0
- package/preset/jest-preset.d.ts +1 -0
- package/preset/jest-preset.d.ts.map +1 -0
- package/preset.d.ts +1 -0
- package/preset.d.ts.map +1 -0
- package/project.json +52 -0
- package/spec/jest.config.d.ts +13 -0
- package/spec/jest.config.d.ts.map +1 -0
- package/spec/migrations.spec.d.ts +2 -0
- package/spec/migrations.spec.d.ts.map +1 -0
- package/spec/src/executors/jest/jest.impl.spec.d.ts +2 -0
- package/spec/src/executors/jest/jest.impl.spec.d.ts.map +1 -0
- package/spec/src/generators/configuration/configuration.spec.d.ts +2 -0
- package/spec/src/generators/configuration/configuration.spec.d.ts.map +1 -0
- package/spec/src/generators/configuration/lib/create-jest-config.spec.d.ts +2 -0
- package/spec/src/generators/configuration/lib/create-jest-config.spec.d.ts.map +1 -0
- package/spec/src/generators/configuration/lib/ensure-dependencies.spec.d.ts +2 -0
- package/spec/src/generators/configuration/lib/ensure-dependencies.spec.d.ts.map +1 -0
- package/spec/src/generators/configuration/lib/update-vscode-recommended-extensions.spec.d.ts +2 -0
- package/spec/src/generators/configuration/lib/update-vscode-recommended-extensions.spec.d.ts.map +1 -0
- package/spec/src/generators/convert-to-inferred/convert-to-inferred.spec.d.ts +2 -0
- package/spec/src/generators/convert-to-inferred/convert-to-inferred.spec.d.ts.map +1 -0
- package/spec/src/generators/init/init.spec.d.ts +2 -0
- package/spec/src/generators/init/init.spec.d.ts.map +1 -0
- package/spec/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts +2 -0
- package/spec/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts.map +1 -0
- package/spec/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.spec.d.ts +2 -0
- package/spec/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.spec.d.ts.map +1 -0
- package/spec/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts +2 -0
- package/spec/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts.map +1 -0
- package/spec/src/migrations/update-21-3-0/rename-test-path-pattern.spec.d.ts +2 -0
- package/spec/src/migrations/update-21-3-0/rename-test-path-pattern.spec.d.ts.map +1 -0
- package/spec/src/migrations/update-21-3-0/replace-removed-matcher-aliases.spec.d.ts +2 -0
- package/spec/src/migrations/update-21-3-0/replace-removed-matcher-aliases.spec.d.ts.map +1 -0
- package/spec/src/plugins/plugin.spec.d.ts +2 -0
- package/spec/src/plugins/plugin.spec.d.ts.map +1 -0
- package/spec/src/utils/ast-utils.spec.d.ts +2 -0
- package/spec/src/utils/ast-utils.spec.d.ts.map +1 -0
- package/spec/src/utils/config/functions.spec.d.ts +2 -0
- package/spec/src/utils/config/functions.spec.d.ts.map +1 -0
- package/spec/src/utils/config/get-jest-projects.spec.d.ts +2 -0
- package/spec/src/utils/config/get-jest-projects.spec.d.ts.map +1 -0
- package/spec/src/utils/config/update-config.spec.d.ts +2 -0
- package/spec/src/utils/config/update-config.spec.d.ts.map +1 -0
- package/src/executors/jest/jest.impl.d.ts +1 -0
- package/src/executors/jest/jest.impl.d.ts.map +1 -0
- package/src/executors/jest/summary.d.ts +1 -0
- package/src/executors/jest/summary.d.ts.map +1 -0
- package/src/generators/configuration/configuration.d.ts +1 -0
- package/src/generators/configuration/configuration.d.ts.map +1 -0
- package/src/generators/configuration/lib/check-for-test-target.d.ts +1 -0
- package/src/generators/configuration/lib/check-for-test-target.d.ts.map +1 -0
- package/src/generators/configuration/lib/create-files.d.ts +1 -0
- package/src/generators/configuration/lib/create-files.d.ts.map +1 -0
- package/src/generators/configuration/lib/create-jest-config.d.ts +1 -0
- package/src/generators/configuration/lib/create-jest-config.d.ts.map +1 -0
- package/src/generators/configuration/lib/ensure-dependencies.d.ts +1 -0
- package/src/generators/configuration/lib/ensure-dependencies.d.ts.map +1 -0
- package/src/generators/configuration/lib/update-tsconfig.d.ts +1 -0
- package/src/generators/configuration/lib/update-tsconfig.d.ts.map +1 -0
- package/src/generators/configuration/lib/update-vscode-recommended-extensions.d.ts +1 -0
- package/src/generators/configuration/lib/update-vscode-recommended-extensions.d.ts.map +1 -0
- package/src/generators/configuration/lib/update-workspace.d.ts +1 -0
- package/src/generators/configuration/lib/update-workspace.d.ts.map +1 -0
- package/src/generators/convert-to-inferred/convert-to-inferred.d.ts +1 -0
- package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +1 -0
- package/src/generators/init/init.d.ts +1 -0
- package/src/generators/init/init.d.ts.map +1 -0
- package/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts +1 -0
- package/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts.map +1 -0
- package/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.d.ts +1 -0
- package/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.d.ts.map +1 -0
- package/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts +1 -0
- package/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts.map +1 -0
- package/src/migrations/update-21-3-0/rename-test-path-pattern.d.ts +1 -0
- package/src/migrations/update-21-3-0/rename-test-path-pattern.d.ts.map +1 -0
- package/src/migrations/update-21-3-0/replace-removed-matcher-aliases.d.ts +1 -0
- package/src/migrations/update-21-3-0/replace-removed-matcher-aliases.d.ts.map +1 -0
- package/src/plugins/plugin.d.ts +1 -0
- package/src/plugins/plugin.d.ts.map +1 -0
- package/src/utils/ast-utils.d.ts +1 -0
- package/src/utils/ast-utils.d.ts.map +1 -0
- package/src/utils/config/config-file.d.ts +1 -0
- package/src/utils/config/config-file.d.ts.map +1 -0
- package/src/utils/config/functions.d.ts +1 -0
- package/src/utils/config/functions.d.ts.map +1 -0
- package/src/utils/config/get-jest-projects.d.ts +1 -0
- package/src/utils/config/get-jest-projects.d.ts.map +1 -0
- package/src/utils/config/update-config.d.ts +1 -0
- package/src/utils/config/update-config.d.ts.map +1 -0
- package/src/utils/version-utils.d.ts +1 -0
- package/src/utils/version-utils.d.ts.map +1 -0
- package/src/utils/versions.d.ts +4 -3
- package/src/utils/versions.d.ts.map +1 -0
- package/src/utils/versions.js +3 -3
package/index.d.ts
CHANGED
|
@@ -8,3 +8,4 @@ export { addPropertyToJestConfig, removePropertyFromJestConfig, } from './src/ut
|
|
|
8
8
|
export { jestConfigObjectAst } from './src/utils/config/functions';
|
|
9
9
|
export { jestInitGenerator } from './src/generators/init/init';
|
|
10
10
|
export { getJestProjectsAsync } from './src/utils/config/get-jest-projects';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/jest/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,CAAC;AAGlC;;GAEG;AACH,eAAO,MAAM,oBAAoB,+BAAyB,CAAC;AAE3D,OAAO,EACL,uBAAuB,EACvB,4BAA4B,GAC7B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/jest",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.4.0-beta.0",
|
|
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": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"CLI",
|
|
21
21
|
"Testing"
|
|
22
22
|
],
|
|
23
|
-
"main": "./index",
|
|
23
|
+
"main": "./index.js",
|
|
24
24
|
"typings": "./index.d.ts",
|
|
25
25
|
"author": "Victor Savkin",
|
|
26
26
|
"license": "MIT",
|
|
@@ -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.
|
|
41
|
-
"@nx/js": "21.
|
|
40
|
+
"@nx/devkit": "21.4.0-beta.0",
|
|
41
|
+
"@nx/js": "21.4.0-beta.0",
|
|
42
42
|
"@phenomnomnominal/tsquery": "~5.0.1",
|
|
43
43
|
"identity-obj-proxy": "3.0.0",
|
|
44
44
|
"jest-config": "^30.0.2",
|
|
@@ -51,6 +51,9 @@
|
|
|
51
51
|
"tslib": "^2.3.0",
|
|
52
52
|
"yargs-parser": "21.1.1"
|
|
53
53
|
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"nx": "21.4.0-beta.0"
|
|
56
|
+
},
|
|
54
57
|
"publishConfig": {
|
|
55
58
|
"access": "public"
|
|
56
59
|
},
|
package/plugin.d.ts
CHANGED
package/plugin.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../packages/jest/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,iBAAiB,GAClB,MAAM,sBAAsB,CAAC"}
|
package/plugins/resolver.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolver.d.ts","sourceRoot":"","sources":["../../../../packages/jest/plugins/resolver.ts"],"names":[],"mappings":""}
|
package/preset/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/jest/preset/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,eAAe,QAAQ,CAAC"}
|
package/preset/jest-preset.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jest-preset.d.ts","sourceRoot":"","sources":["../../../../packages/jest/preset/jest-preset.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AACnC,eAAO,MAAM,QAAQ,EAAE,MA6BtB,CAAC"}
|
package/preset.d.ts
CHANGED
package/preset.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"preset.d.ts","sourceRoot":"","sources":["../../../packages/jest/preset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,eAAe,QAAQ,CAAC"}
|
package/project.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "jest",
|
|
3
|
+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
4
|
+
"sourceRoot": "packages/jest",
|
|
5
|
+
"projectType": "library",
|
|
6
|
+
"targets": {
|
|
7
|
+
"build": {
|
|
8
|
+
"outputs": ["{workspaceRoot}/dist/packages/jest/README.md"],
|
|
9
|
+
"command": "node ./scripts/copy-readme.js jest"
|
|
10
|
+
},
|
|
11
|
+
"legacy-post-build": {
|
|
12
|
+
"executor": "@nx/workspace-plugin:legacy-post-build",
|
|
13
|
+
"options": {
|
|
14
|
+
"tsConfig": "./tsconfig.lib.json",
|
|
15
|
+
"assets": [
|
|
16
|
+
{
|
|
17
|
+
"input": "packages/jest",
|
|
18
|
+
"glob": "**/@(files|files-angular)/**",
|
|
19
|
+
"output": "/"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"input": "packages/jest",
|
|
23
|
+
"glob": "**/files/**/.gitkeep",
|
|
24
|
+
"output": "/"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"input": "packages/jest",
|
|
28
|
+
"glob": "**/*.json",
|
|
29
|
+
"ignore": ["**/tsconfig*.json", "project.json", ".eslintrc.json"],
|
|
30
|
+
"output": "/"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"input": "packages/jest",
|
|
34
|
+
"glob": "**/*.js",
|
|
35
|
+
"ignore": ["**/jest.config.js"],
|
|
36
|
+
"output": "/"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"input": "packages/jest",
|
|
40
|
+
"glob": "**/*.d.ts",
|
|
41
|
+
"output": "/"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"input": "",
|
|
45
|
+
"glob": "LICENSE",
|
|
46
|
+
"output": "/"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jest.config.d.ts","sourceRoot":"","sources":["../../../../packages/jest/jest.config.ts"],"names":[],"mappings":";;;;;;;;;;;AACA,wBAQE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"migrations.spec.d.ts","sourceRoot":"","sources":["../../../../packages/jest/migrations.spec.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jest.impl.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/executors/jest/jest.impl.spec.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configuration.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/configuration.spec.ts"],"names":[],"mappings":"AAAA,OAAO,kDAAkD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
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":""}
|
|
@@ -0,0 +1 @@
|
|
|
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
ADDED
|
@@ -0,0 +1 @@
|
|
|
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":""}
|
|
@@ -0,0 +1 @@
|
|
|
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":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/init/init.spec.ts"],"names":[],"mappings":"AAAA,OAAO,kDAAkD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
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
ADDED
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
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":""}
|
|
@@ -0,0 +1 @@
|
|
|
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":""}
|
|
@@ -0,0 +1 @@
|
|
|
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":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.spec.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/plugins/plugin.spec.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ast-utils.spec.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/utils/ast-utils.spec.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"functions.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/utils/config/functions.spec.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-jest-projects.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/utils/config/get-jest-projects.spec.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-config.spec.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/utils/config/update-config.spec.ts"],"names":[],"mappings":""}
|
|
@@ -8,3 +8,4 @@ export declare function jestExecutor(options: JestExecutorOptions, context: Exec
|
|
|
8
8
|
export declare function parseJestConfig(options: JestExecutorOptions, context: ExecutorContext, multiProjects?: boolean): Promise<Config.Argv>;
|
|
9
9
|
export default jestExecutor;
|
|
10
10
|
export declare function batchJest(taskGraph: TaskGraph, inputs: Record<string, JestExecutorOptions>, overrides: JestExecutorOptions, context: ExecutorContext): Promise<BatchResults>;
|
|
11
|
+
//# sourceMappingURL=jest.impl.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jest.impl.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/executors/jest/jest.impl.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAC/C,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EACL,eAAe,EAEf,SAAS,EAEV,MAAM,YAAY,CAAC;AAGpB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AAG7E,wBAAsB,YAAY,CAChC,OAAO,EAAE,mBAAmB,EAC5B,OAAO,EAAE,eAAe,GACvB,OAAO,CAAC;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,CAAC,CAe/B;AAiBD,wBAAsB,eAAe,CACnC,OAAO,EAAE,mBAAmB,EAC5B,OAAO,EAAE,eAAe,EACxB,aAAa,UAAQ,GACpB,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,CAqGtB;AAED,eAAe,YAAY,CAAC;AAE5B,wBAAsB,SAAS,CAC7B,SAAS,EAAE,SAAS,EACpB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,EAC3C,SAAS,EAAE,mBAAmB,EAC9B,OAAO,EAAE,eAAe,GACvB,OAAO,CAAC,YAAY,CAAC,CA8FvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summary.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/executors/jest/summary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AA6EnD,eAAO,MAAM,UAAU,GACrB,mBAAmB,gBAAgB,EACnC,UAAU;IACR,gBAAgB,CAAC,EAAE,GAAG,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,KACA,MAwGF,CAAC"}
|
|
@@ -3,3 +3,4 @@ import { JestProjectSchema } from './schema';
|
|
|
3
3
|
export declare function configurationGenerator(tree: Tree, schema: JestProjectSchema): Promise<GeneratorCallback>;
|
|
4
4
|
export declare function configurationGeneratorInternal(tree: Tree, schema: JestProjectSchema): Promise<GeneratorCallback>;
|
|
5
5
|
export default configurationGenerator;
|
|
6
|
+
//# sourceMappingURL=configuration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configuration.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/generators/configuration/configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAKjB,IAAI,EAEL,MAAM,YAAY,CAAC;AAgBpB,OAAO,EAAE,iBAAiB,EAA+B,MAAM,UAAU,CAAC;AAyD1E,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,iBAAiB,8BAE3E;AAED,wBAAsB,8BAA8B,CAClD,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,iBAAiB,GACxB,OAAO,CAAC,iBAAiB,CAAC,CAiE5B;AAgBD,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-for-test-target.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/check-for-test-target.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,IAAI,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAExD,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,2BAA2B,QAMrC"}
|
|
@@ -2,3 +2,4 @@ import { Tree } from '@nx/devkit';
|
|
|
2
2
|
import type { JestPresetExtension } from '../../../utils/config/config-file';
|
|
3
3
|
import { NormalizedJestProjectSchema } from '../schema';
|
|
4
4
|
export declare function createFiles(tree: Tree, options: NormalizedJestProjectSchema, presetExt: JestPresetExtension): void;
|
|
5
|
+
//# sourceMappingURL=create-files.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-files.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/create-files.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,IAAI,EACL,MAAM,YAAY,CAAC;AAGpB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAExD,wBAAgB,WAAW,CACzB,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,2BAA2B,EACpC,SAAS,EAAE,mBAAmB,QAoG/B"}
|
|
@@ -2,3 +2,4 @@ import { type Tree } from '@nx/devkit';
|
|
|
2
2
|
import { type JestPresetExtension } from '../../../utils/config/config-file';
|
|
3
3
|
import type { NormalizedJestProjectSchema } from '../schema';
|
|
4
4
|
export declare function createJestConfig(tree: Tree, options: Partial<NormalizedJestProjectSchema>, presetExt: JestPresetExtension): Promise<void>;
|
|
5
|
+
//# sourceMappingURL=create-jest-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-jest-config.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/create-jest-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAEpB,OAAO,EAEL,KAAK,mBAAmB,EACzB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAG7D,wBAAsB,gBAAgB,CACpC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,OAAO,CAAC,2BAA2B,CAAC,EAC7C,SAAS,EAAE,mBAAmB,iBA4H/B"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { type Tree } from '@nx/devkit';
|
|
2
2
|
import type { NormalizedJestProjectSchema } from '../schema';
|
|
3
3
|
export declare function ensureDependencies(tree: Tree, options: Partial<NormalizedJestProjectSchema>): import("@nx/devkit").GeneratorCallback;
|
|
4
|
+
//# sourceMappingURL=ensure-dependencies.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ensure-dependencies.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/ensure-dependencies.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAYrE,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAE7D,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,OAAO,CAAC,2BAA2B,CAAC,0CAqC9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-tsconfig.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/update-tsconfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AACpB,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAG7D,wBAAgB,cAAc,CAC5B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,2BAA2B,QAyErC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-vscode-recommended-extensions.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/update-vscode-recommended-extensions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAEnD,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,IAAI,QAa3D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-workspace.d.ts","sourceRoot":"","sources":["../../../../../../../packages/jest/src/generators/configuration/lib/update-workspace.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AACxD,OAAO,EAEL,IAAI,EAIL,MAAM,YAAY,CAAC;AAEpB,wBAAgB,eAAe,CAC7B,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,2BAA2B,QA2BrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAepB,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,iBA0BlE;AA4DD,eAAe,iBAAiB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { JestInitSchema } from './schema';
|
|
|
3
3
|
export declare function jestInitGenerator(tree: Tree, options: JestInitSchema): Promise<GeneratorCallback>;
|
|
4
4
|
export declare function jestInitGeneratorInternal(tree: Tree, options: JestInitSchema): Promise<GeneratorCallback>;
|
|
5
5
|
export default jestInitGenerator;
|
|
6
|
+
//# sourceMappingURL=init.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/generators/init/init.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,iBAAiB,EACtB,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAQpB,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAqE/C,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,cAAc,8BAEpE;AAED,wBAAsB,yBAAyB,CAC7C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,cAAc,GACtB,OAAO,CAAC,iBAAiB,CAAC,CAsC5B;AAED,eAAe,iBAAiB,CAAC"}
|
package/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-getJestProjects-with-getJestProjectsAsync.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.ts"],"names":[],"mappings":"AAIA,OAAO,EAAa,IAAI,EAAE,MAAM,YAAY,CAAC;AAU7C,wBAA8B,MAAM,CAAC,IAAI,EAAE,IAAI,iBA6H9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-tsconfig-option-from-jest-executor.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,IAAI,EAGV,MAAM,YAAY,CAAC;AAKpB,yBAA+B,IAAI,EAAE,IAAI,iBA8DxC"}
|
package/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-getJestProjects-with-getJestProjectsAsync.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.ts"],"names":[],"mappings":"AAIA,OAAO,EAAa,IAAI,EAAE,MAAM,YAAY,CAAC;AAU7C,wBAA8B,MAAM,CAAC,IAAI,EAAE,IAAI,iBA6H9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rename-test-path-pattern.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/migrations/update-21-3-0/rename-test-path-pattern.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAKpB,yBAA+B,IAAI,EAAE,IAAI,iBA6CxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-removed-matcher-aliases.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/migrations/update-21-3-0/replace-removed-matcher-aliases.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0B,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAwB/D,yBAA+B,IAAI,EAAE,IAAI,iBAexC"}
|
package/src/plugins/plugin.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/jest/src/plugins/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAIX,aAAa,EAUd,MAAM,YAAY,CAAC;AAoBpB,MAAM,WAAW,iBAAiB;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAiBD,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,iBAAiB,CAiF1D,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,WAAW,CAAC,iBAAiB,CA4CtD,CAAC"}
|
package/src/utils/ast-utils.d.ts
CHANGED
|
@@ -7,3 +7,4 @@ export declare const TEST_FILE_PATTERN: RegExp;
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const TS_QUERY_JEST_CONFIG_PREFIX = ":matches(ExportAssignment, BinaryExpression:has(Identifier[name=\"module\"]):has(Identifier[name=\"exports\"]))";
|
|
9
9
|
export declare function addTransformerToConfig(configContents: string, transformer: string): string;
|
|
10
|
+
//# sourceMappingURL=ast-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ast-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/jest/src/utils/ast-utils.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,eAAO,MAAM,iBAAiB,QAAuC,CAAC;AAEtE;;GAEG;AACH,eAAO,MAAM,2BAA2B,oHACuE,CAAC;AAEhH,wBAAgB,sBAAsB,CACpC,cAAc,EAAE,MAAM,EACtB,WAAW,EAAE,MAAM,GAClB,MAAM,CA6BR"}
|
|
@@ -6,3 +6,4 @@ export type JestPresetExtension = (typeof jestPresetExtensions)[number];
|
|
|
6
6
|
export declare function getPresetExt(tree: Tree): JestPresetExtension;
|
|
7
7
|
export declare function findRootJestConfig(tree: Tree): string | null;
|
|
8
8
|
export declare function findRootJestPreset(tree: Tree): string | null;
|
|
9
|
+
//# sourceMappingURL=config-file.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config-file.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/utils/config/config-file.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAEjD,eAAO,MAAM,oBAAoB,mDAOvB,CAAC;AACX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC;AAExE,eAAO,MAAM,oBAAoB,+BAAgC,CAAC;AAClE,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,oBAAoB,CAAC,CAAC,MAAM,CAAC,CAAC;AAExE,wBAAgB,YAAY,CAAC,IAAI,EAAE,IAAI,GAAG,mBAAmB,CAiB5D;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,IAAI,CAM5D;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,IAAI,CAM5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/utils/config/functions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAoC,IAAI,EAAE,MAAM,YAAY,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAmCrC,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,IAAI,EACV,MAAM,EAAE,EAAE,CAAC,uBAAuB,EAClC,UAAU,EAAE,MAAM,EAAE,EACpB,KAAK,EAAE,OAAO,EACd,IAAI,EAAE,MAAM,SA2Gb;AAED,wBAAgB,cAAc,CAC5B,MAAM,EAAE,EAAE,CAAC,uBAAuB,EAClC,UAAU,EAAE,MAAM,EAAE,GACnB,EAAE,CAAC,kBAAkB,GAAG,IAAI,CAuB9B;AA6BD;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,WAAW,EAAE,MAAM,GAClB,EAAE,CAAC,uBAAuB,CAyD5B;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG;IAAE,CAAC,KAAK,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,CA4B3D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-jest-projects.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/utils/config/get-jest-projects.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;IAYI;AACJ,wBAAsB,oBAAoB,sBAgCzC"}
|
|
@@ -18,3 +18,4 @@ export declare function addPropertyToJestConfig(host: Tree, path: string, proper
|
|
|
18
18
|
*/
|
|
19
19
|
export declare function removePropertyFromJestConfig(host: Tree, path: string, propertyName: string | string[]): void;
|
|
20
20
|
export declare function addImportStatementToJestConfig(host: Tree, path: string, importStatement: string): void;
|
|
21
|
+
//# sourceMappingURL=update-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-config.d.ts","sourceRoot":"","sources":["../../../../../../packages/jest/src/utils/config/update-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAA4C,MAAM,YAAY,CAAC;AAO5E;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,YAAY,EAAE,MAAM,GAAG,MAAM,EAAE,EAC/B,KAAK,EAAE,OAAO,EACd,OAAO,GAAE;IAAE,aAAa,EAAE,OAAO,CAAA;CAA6B,QAuB/D;AAED;;;;;GAKG;AACH,wBAAgB,4BAA4B,CAC1C,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,YAAY,EAAE,MAAM,GAAG,MAAM,EAAE,QAgChC;AAaD,wBAAgB,8BAA8B,CAC5C,IAAI,EAAE,IAAI,EACV,IAAI,EAAE,MAAM,EACZ,eAAe,EAAE,MAAM,QAOxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"version-utils.d.ts","sourceRoot":"","sources":["../../../../../packages/jest/src/utils/version-utils.ts"],"names":[],"mappings":"AAGA,wBAAgB,uBAAuB,IAAI,MAAM,GAAG,IAAI,CAMvD;AAED,wBAAgB,4BAA4B,IAAI,MAAM,GAAG,IAAI,CAI5D"}
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export declare const nxVersion: any;
|
|
2
|
-
export declare const jestVersion = "^
|
|
3
|
-
export declare const babelJestVersion = "^
|
|
4
|
-
export declare const jestTypesVersion = "^
|
|
2
|
+
export declare const jestVersion = "^29.5.12";
|
|
3
|
+
export declare const babelJestVersion = "^29.7.0";
|
|
4
|
+
export declare const jestTypesVersion = "^29.5.0";
|
|
5
5
|
export declare const tsJestVersion = "^29.4.0";
|
|
6
6
|
export declare const tslibVersion = "^2.3.0";
|
|
7
7
|
export declare const swcJestVersion = "~0.2.38";
|
|
8
8
|
export declare const typesNodeVersion = "18.16.9";
|
|
9
9
|
export declare const tsNodeVersion = "10.9.1";
|
|
10
|
+
//# sourceMappingURL=versions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/jest/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAC/D,eAAO,MAAM,WAAW,aAAa,CAAC;AACtC,eAAO,MAAM,gBAAgB,YAAY,CAAC;AAC1C,eAAO,MAAM,gBAAgB,YAAY,CAAC;AAC1C,eAAO,MAAM,aAAa,YAAY,CAAC;AACvC,eAAO,MAAM,YAAY,WAAW,CAAC;AACrC,eAAO,MAAM,cAAc,YAAY,CAAC;AACxC,eAAO,MAAM,gBAAgB,YAAY,CAAC;AAC1C,eAAO,MAAM,aAAa,WAAW,CAAC"}
|
package/src/utils/versions.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tsNodeVersion = exports.typesNodeVersion = exports.swcJestVersion = exports.tslibVersion = exports.tsJestVersion = exports.jestTypesVersion = exports.babelJestVersion = exports.jestVersion = exports.nxVersion = void 0;
|
|
4
4
|
exports.nxVersion = require('../../package.json').version;
|
|
5
|
-
exports.jestVersion = '^
|
|
6
|
-
exports.babelJestVersion = '^
|
|
7
|
-
exports.jestTypesVersion = '^
|
|
5
|
+
exports.jestVersion = '^29.5.12';
|
|
6
|
+
exports.babelJestVersion = '^29.7.0';
|
|
7
|
+
exports.jestTypesVersion = '^29.5.0';
|
|
8
8
|
exports.tsJestVersion = '^29.4.0';
|
|
9
9
|
exports.tslibVersion = '^2.3.0';
|
|
10
10
|
exports.swcJestVersion = '~0.2.38';
|