@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.
Files changed (103) hide show
  1. package/index.d.ts +1 -0
  2. package/index.d.ts.map +1 -0
  3. package/package.json +7 -4
  4. package/plugin.d.ts +1 -0
  5. package/plugin.d.ts.map +1 -0
  6. package/plugins/resolver.d.ts +1 -0
  7. package/plugins/resolver.d.ts.map +1 -0
  8. package/preset/index.d.ts +1 -0
  9. package/preset/index.d.ts.map +1 -0
  10. package/preset/jest-preset.d.ts +1 -0
  11. package/preset/jest-preset.d.ts.map +1 -0
  12. package/preset.d.ts +1 -0
  13. package/preset.d.ts.map +1 -0
  14. package/project.json +52 -0
  15. package/spec/jest.config.d.ts +13 -0
  16. package/spec/jest.config.d.ts.map +1 -0
  17. package/spec/migrations.spec.d.ts +2 -0
  18. package/spec/migrations.spec.d.ts.map +1 -0
  19. package/spec/src/executors/jest/jest.impl.spec.d.ts +2 -0
  20. package/spec/src/executors/jest/jest.impl.spec.d.ts.map +1 -0
  21. package/spec/src/generators/configuration/configuration.spec.d.ts +2 -0
  22. package/spec/src/generators/configuration/configuration.spec.d.ts.map +1 -0
  23. package/spec/src/generators/configuration/lib/create-jest-config.spec.d.ts +2 -0
  24. package/spec/src/generators/configuration/lib/create-jest-config.spec.d.ts.map +1 -0
  25. package/spec/src/generators/configuration/lib/ensure-dependencies.spec.d.ts +2 -0
  26. package/spec/src/generators/configuration/lib/ensure-dependencies.spec.d.ts.map +1 -0
  27. package/spec/src/generators/configuration/lib/update-vscode-recommended-extensions.spec.d.ts +2 -0
  28. package/spec/src/generators/configuration/lib/update-vscode-recommended-extensions.spec.d.ts.map +1 -0
  29. package/spec/src/generators/convert-to-inferred/convert-to-inferred.spec.d.ts +2 -0
  30. package/spec/src/generators/convert-to-inferred/convert-to-inferred.spec.d.ts.map +1 -0
  31. package/spec/src/generators/init/init.spec.d.ts +2 -0
  32. package/spec/src/generators/init/init.spec.d.ts.map +1 -0
  33. package/spec/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts +2 -0
  34. package/spec/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts.map +1 -0
  35. package/spec/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.spec.d.ts +2 -0
  36. package/spec/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.spec.d.ts.map +1 -0
  37. package/spec/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts +2 -0
  38. package/spec/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts.map +1 -0
  39. package/spec/src/migrations/update-21-3-0/rename-test-path-pattern.spec.d.ts +2 -0
  40. package/spec/src/migrations/update-21-3-0/rename-test-path-pattern.spec.d.ts.map +1 -0
  41. package/spec/src/migrations/update-21-3-0/replace-removed-matcher-aliases.spec.d.ts +2 -0
  42. package/spec/src/migrations/update-21-3-0/replace-removed-matcher-aliases.spec.d.ts.map +1 -0
  43. package/spec/src/plugins/plugin.spec.d.ts +2 -0
  44. package/spec/src/plugins/plugin.spec.d.ts.map +1 -0
  45. package/spec/src/utils/ast-utils.spec.d.ts +2 -0
  46. package/spec/src/utils/ast-utils.spec.d.ts.map +1 -0
  47. package/spec/src/utils/config/functions.spec.d.ts +2 -0
  48. package/spec/src/utils/config/functions.spec.d.ts.map +1 -0
  49. package/spec/src/utils/config/get-jest-projects.spec.d.ts +2 -0
  50. package/spec/src/utils/config/get-jest-projects.spec.d.ts.map +1 -0
  51. package/spec/src/utils/config/update-config.spec.d.ts +2 -0
  52. package/spec/src/utils/config/update-config.spec.d.ts.map +1 -0
  53. package/src/executors/jest/jest.impl.d.ts +1 -0
  54. package/src/executors/jest/jest.impl.d.ts.map +1 -0
  55. package/src/executors/jest/summary.d.ts +1 -0
  56. package/src/executors/jest/summary.d.ts.map +1 -0
  57. package/src/generators/configuration/configuration.d.ts +1 -0
  58. package/src/generators/configuration/configuration.d.ts.map +1 -0
  59. package/src/generators/configuration/lib/check-for-test-target.d.ts +1 -0
  60. package/src/generators/configuration/lib/check-for-test-target.d.ts.map +1 -0
  61. package/src/generators/configuration/lib/create-files.d.ts +1 -0
  62. package/src/generators/configuration/lib/create-files.d.ts.map +1 -0
  63. package/src/generators/configuration/lib/create-jest-config.d.ts +1 -0
  64. package/src/generators/configuration/lib/create-jest-config.d.ts.map +1 -0
  65. package/src/generators/configuration/lib/ensure-dependencies.d.ts +1 -0
  66. package/src/generators/configuration/lib/ensure-dependencies.d.ts.map +1 -0
  67. package/src/generators/configuration/lib/update-tsconfig.d.ts +1 -0
  68. package/src/generators/configuration/lib/update-tsconfig.d.ts.map +1 -0
  69. package/src/generators/configuration/lib/update-vscode-recommended-extensions.d.ts +1 -0
  70. package/src/generators/configuration/lib/update-vscode-recommended-extensions.d.ts.map +1 -0
  71. package/src/generators/configuration/lib/update-workspace.d.ts +1 -0
  72. package/src/generators/configuration/lib/update-workspace.d.ts.map +1 -0
  73. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts +1 -0
  74. package/src/generators/convert-to-inferred/convert-to-inferred.d.ts.map +1 -0
  75. package/src/generators/init/init.d.ts +1 -0
  76. package/src/generators/init/init.d.ts.map +1 -0
  77. package/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts +1 -0
  78. package/src/migrations/update-20-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts.map +1 -0
  79. package/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.d.ts +1 -0
  80. package/src/migrations/update-21-0-0/remove-tsconfig-option-from-jest-executor.d.ts.map +1 -0
  81. package/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts +1 -0
  82. package/src/migrations/update-21-0-0/replace-getJestProjects-with-getJestProjectsAsync.d.ts.map +1 -0
  83. package/src/migrations/update-21-3-0/rename-test-path-pattern.d.ts +1 -0
  84. package/src/migrations/update-21-3-0/rename-test-path-pattern.d.ts.map +1 -0
  85. package/src/migrations/update-21-3-0/replace-removed-matcher-aliases.d.ts +1 -0
  86. package/src/migrations/update-21-3-0/replace-removed-matcher-aliases.d.ts.map +1 -0
  87. package/src/plugins/plugin.d.ts +1 -0
  88. package/src/plugins/plugin.d.ts.map +1 -0
  89. package/src/utils/ast-utils.d.ts +1 -0
  90. package/src/utils/ast-utils.d.ts.map +1 -0
  91. package/src/utils/config/config-file.d.ts +1 -0
  92. package/src/utils/config/config-file.d.ts.map +1 -0
  93. package/src/utils/config/functions.d.ts +1 -0
  94. package/src/utils/config/functions.d.ts.map +1 -0
  95. package/src/utils/config/get-jest-projects.d.ts +1 -0
  96. package/src/utils/config/get-jest-projects.d.ts.map +1 -0
  97. package/src/utils/config/update-config.d.ts +1 -0
  98. package/src/utils/config/update-config.d.ts.map +1 -0
  99. package/src/utils/version-utils.d.ts +1 -0
  100. package/src/utils/version-utils.d.ts.map +1 -0
  101. package/src/utils/versions.d.ts +4 -3
  102. package/src/utils/versions.d.ts.map +1 -0
  103. 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.0",
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.3.0",
41
- "@nx/js": "21.3.0",
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
@@ -1 +1,2 @@
1
1
  export { createNodes, createNodesV2, JestPluginOptions, } from './src/plugins/plugin';
2
+ //# sourceMappingURL=plugin.d.ts.map
@@ -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"}
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=resolver.d.ts.map
@@ -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
@@ -1,2 +1,3 @@
1
1
  import { nxPreset } from './jest-preset';
2
2
  export default nxPreset;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -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"}
@@ -1,2 +1,3 @@
1
1
  import type { Config } from 'jest';
2
2
  export declare const nxPreset: Config;
3
+ //# sourceMappingURL=jest-preset.d.ts.map
@@ -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
@@ -1,3 +1,4 @@
1
1
  import { nxPreset } from './preset/jest-preset';
2
2
  export { nxPreset };
3
3
  export default nxPreset;
4
+ //# sourceMappingURL=preset.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=migrations.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrations.spec.d.ts","sourceRoot":"","sources":["../../../../packages/jest/migrations.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=jest.impl.spec.d.ts.map
@@ -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,2 @@
1
+ import 'nx/src/internal-testing-utils/mock-project-graph';
2
+ //# sourceMappingURL=configuration.spec.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=create-jest-config.spec.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ensure-dependencies.spec.d.ts.map
@@ -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":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=update-vscode-recommended-extensions.spec.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=convert-to-inferred.spec.d.ts.map
@@ -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,2 @@
1
+ import 'nx/src/internal-testing-utils/mock-project-graph';
2
+ //# sourceMappingURL=init.spec.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts.map
@@ -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":""}
@@ -0,0 +1,2 @@
1
+ import 'nx/src/internal-testing-utils/mock-project-graph';
2
+ //# sourceMappingURL=remove-tsconfig-option-from-jest-executor.spec.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=replace-getJestProjects-with-getJestProjectsAsync.spec.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=rename-test-path-pattern.spec.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=replace-removed-matcher-aliases.spec.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=plugin.spec.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ast-utils.spec.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=functions.spec.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=get-jest-projects.spec.d.ts.map
@@ -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,2 @@
1
+ export {};
2
+ //# sourceMappingURL=update-config.spec.d.ts.map
@@ -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"}
@@ -5,3 +5,4 @@ export declare const getSummary: (aggregatedResults: AggregatedResult, options?:
5
5
  roundTime?: boolean;
6
6
  width?: number;
7
7
  }) => string;
8
+ //# sourceMappingURL=summary.d.ts.map
@@ -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"}
@@ -1,3 +1,4 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  import { NormalizedJestProjectSchema } from '../schema';
3
3
  export declare function checkForTestTarget(tree: Tree, options: NormalizedJestProjectSchema): void;
4
+ //# sourceMappingURL=check-for-test-target.d.ts.map
@@ -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"}
@@ -1,3 +1,4 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  import type { NormalizedJestProjectSchema } from '../schema';
3
3
  export declare function updateTsConfig(host: Tree, options: NormalizedJestProjectSchema): void;
4
+ //# sourceMappingURL=update-tsconfig.d.ts.map
@@ -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"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export declare function updateVsCodeRecommendedExtensions(host: Tree): void;
3
+ //# sourceMappingURL=update-vscode-recommended-extensions.d.ts.map
@@ -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"}
@@ -1,3 +1,4 @@
1
1
  import { NormalizedJestProjectSchema } from '../schema';
2
2
  import { Tree } from '@nx/devkit';
3
3
  export declare function updateWorkspace(tree: Tree, options: NormalizedJestProjectSchema): void;
4
+ //# sourceMappingURL=update-workspace.d.ts.map
@@ -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"}
@@ -5,3 +5,4 @@ interface Schema {
5
5
  }
6
6
  export declare function convertToInferred(tree: Tree, options: Schema): Promise<void>;
7
7
  export default convertToInferred;
8
+ //# sourceMappingURL=convert-to-inferred.d.ts.map
@@ -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"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export default function update(tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=replace-getJestProjects-with-getJestProjectsAsync.d.ts.map
@@ -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"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export default function (tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=remove-tsconfig-option-from-jest-executor.d.ts.map
@@ -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"}
@@ -1,2 +1,3 @@
1
1
  import { Tree } from '@nx/devkit';
2
2
  export default function update(tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=replace-getJestProjects-with-getJestProjectsAsync.d.ts.map
@@ -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"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export default function (tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=rename-test-path-pattern.d.ts.map
@@ -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"}
@@ -1,2 +1,3 @@
1
1
  import { type Tree } from '@nx/devkit';
2
2
  export default function (tree: Tree): Promise<void>;
3
+ //# sourceMappingURL=replace-removed-matcher-aliases.d.ts.map
@@ -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"}
@@ -19,3 +19,4 @@ export declare const createNodesV2: CreateNodesV2<JestPluginOptions>;
19
19
  * This function will change to the v2 function in Nx 20.
20
20
  */
21
21
  export declare const createNodes: CreateNodes<JestPluginOptions>;
22
+ //# sourceMappingURL=plugin.d.ts.map
@@ -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"}
@@ -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"}
@@ -15,3 +15,4 @@ export declare function jestConfigObjectAst(fileContent: string): ts.ObjectLiter
15
15
  export declare function jestConfigObject(host: Tree, path: string): Partial<Config.InitialOptions> & {
16
16
  [index: string]: any;
17
17
  };
18
+ //# sourceMappingURL=functions.d.ts.map
@@ -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"}
@@ -12,3 +12,4 @@
12
12
  *
13
13
  **/
14
14
  export declare function getJestProjectsAsync(): Promise<string[]>;
15
+ //# sourceMappingURL=get-jest-projects.d.ts.map
@@ -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"}
@@ -1,2 +1,3 @@
1
1
  export declare function getInstalledJestVersion(): string | null;
2
2
  export declare function getInstalledJestMajorVersion(): number | null;
3
+ //# sourceMappingURL=version-utils.d.ts.map
@@ -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"}
@@ -1,9 +1,10 @@
1
1
  export declare const nxVersion: any;
2
- export declare const jestVersion = "^30.0.2";
3
- export declare const babelJestVersion = "^30.0.2";
4
- export declare const jestTypesVersion = "^30.0.0";
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"}
@@ -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 = '^30.0.2';
6
- exports.babelJestVersion = '^30.0.2';
7
- exports.jestTypesVersion = '^30.0.0';
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';