ts-jest 26.5.0 → 26.5.1
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/.ts-jest-digest +1 -1
- package/CHANGELOG.md +15 -0
- package/dist/presets/create-jest-preset.d.ts +1 -1
- package/dist/types.d.ts +7 -0
- package/package.json +1 -1
- package/presets/index.d.ts +8 -0
- package/website/.docusaurus/client-modules.js +0 -8
- package/website/.docusaurus/codeTranslations.json +0 -1
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-babel-7-or-ts-md-4aa.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-contributing-md-4d5.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-contribution-md-416.json +0 -12
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-debugging-md-2bc.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-e-2-e-testing-md-594.json +0 -17
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-esm-support-md-ff2.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-md-3b8.json +0 -17
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-migration-md-295.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-options-ast-transformers-md-687.json +0 -12
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-options-babel-config-md-16d.json +0 -12
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-options-compiler-md-203.json +0 -12
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-options-diagnostics-md-a47.json +0 -12
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-options-isolated-modules-md-9c5.json +0 -12
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-options-md-aeb.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-options-stringify-content-path-regex-md-763.json +0 -12
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-options-tsconfig-md-c3b.json +0 -12
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-options-use-esm-md-f08.json +0 -12
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-paths-mapping-md-7f7.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-presets-md-02b.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-processing-md-eab.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-react-native-md-668.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-test-helpers-md-bf3.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshooting-md-9d9.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-version-checking-md-21a.json +0 -21
- package/website/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json +0 -117
- package/website/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json +0 -530
- package/website/.docusaurus/docusaurus.config.js +0 -244
- package/website/.docusaurus/globalData.json +0 -124
- package/website/.docusaurus/i18n.json +0 -7
- package/website/.docusaurus/registry.js +0 -36
- package/website/.docusaurus/routes.js +0 -171
- package/website/.docusaurus/routesChunkNames.json +0 -124
- package/website/.docusaurus/site-metadata.json +0 -31
package/.ts-jest-digest
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
ce4f21820adc1fe82ffa3a6379b75d5e66b7b8f1
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [26.5.1](https://github.com/kulshekhar/ts-jest/compare/v26.5.0...v26.5.1) (2021-02-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **config:** support typed config options for jest config typescript ([#2336](https://github.com/kulshekhar/ts-jest/issues/2336)) ([f4f5d32](https://github.com/kulshekhar/ts-jest/commit/f4f5d3205d1c80e545a32c02c6a66e7e91386f7f))
|
|
7
|
+
* **presets:** add typing for `presets` entry point ([#2341](https://github.com/kulshekhar/ts-jest/issues/2341)) ([e12b004](https://github.com/kulshekhar/ts-jest/commit/e12b004dcc5848d5ae0638e885147c54e11cc72b)), closes [#2325](https://github.com/kulshekhar/ts-jest/issues/2325)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
# [26.5.0](https://github.com/kulshekhar/ts-jest/compare/v26.5.0...v26.4.4) (2021-01-29)
|
|
2
12
|
|
|
3
13
|
|
|
@@ -11,6 +21,11 @@
|
|
|
11
21
|
* introduce `exclude` to exclude files from diagnostics ([#2308](https://github.com/kulshekhar/ts-jest/issues/2308)) ([cd82fd3](https://github.com/kulshekhar/ts-jest/commit/0c555c250774a7fd9e356cf20a3d8b693cd82fd3))
|
|
12
22
|
|
|
13
23
|
|
|
24
|
+
### DEPRECATIONS
|
|
25
|
+
|
|
26
|
+
* **config**: deprecate `pathRegex` in favor of `exclude` ([#2308](https://github.com/kulshekhar/ts-jest/issues/2308)) ([cd82fd3](https://github.com/kulshekhar/ts-jest/commit/0c555c250774a7fd9e356cf20a3d8b693cd82fd3))
|
|
27
|
+
|
|
28
|
+
|
|
14
29
|
|
|
15
30
|
## [26.4.4](https://github.com/kulshekhar/ts-jest/compare/v26.4.3...v26.4.4) (2020-11-08)
|
|
16
31
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Config } from '@jest/types';
|
|
2
|
-
|
|
2
|
+
import type { TsJestPresets } from '../types';
|
|
3
3
|
interface CreateJestPresetOptions {
|
|
4
4
|
allowJs?: boolean;
|
|
5
5
|
}
|
package/dist/types.d.ts
CHANGED
|
@@ -29,6 +29,13 @@ export interface TsJestGlobalOptions {
|
|
|
29
29
|
babelConfig?: boolean | string | BabelConfig;
|
|
30
30
|
stringifyContentPathRegex?: string | RegExp;
|
|
31
31
|
}
|
|
32
|
+
export interface GlobalConfigTsJest extends Config.ConfigGlobals {
|
|
33
|
+
'ts-jest': TsJestGlobalOptions;
|
|
34
|
+
}
|
|
35
|
+
export interface InitialOptionsTsJest extends Config.InitialOptions {
|
|
36
|
+
globals?: GlobalConfigTsJest;
|
|
37
|
+
}
|
|
38
|
+
export declare type TsJestPresets = Pick<Config.InitialOptions, 'moduleFileExtensions' | 'transform' | 'testMatch'>;
|
|
32
39
|
export interface TsJestDiagnosticsCfg {
|
|
33
40
|
pretty: boolean;
|
|
34
41
|
ignoreCodes: number[];
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export default [
|
|
2
|
-
require("/Users/ahn/ts-jest/website/node_modules/remark-admonitions/styles/infima.css"),
|
|
3
|
-
require("/Users/ahn/ts-jest/website/node_modules/remark-admonitions/styles/infima.css"),
|
|
4
|
-
require("/Users/ahn/ts-jest/website/node_modules/remark-admonitions/styles/infima.css"),
|
|
5
|
-
require("/Users/ahn/ts-jest/website/node_modules/infima/dist/css/default/default.css"),
|
|
6
|
-
require("/Users/ahn/ts-jest/website/node_modules/@docusaurus/theme-classic/lib/prism-include-languages"),
|
|
7
|
-
require("/Users/ahn/ts-jest/website/src/css/custom.css"),
|
|
8
|
-
];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "babel7-or-ts",
|
|
3
|
-
"id": "babel7-or-ts",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Babel7 or TypeScript",
|
|
6
|
-
"description": "In Sept. 2018 Babel7 got released with an interesting preset: @babel/preset-typescript.",
|
|
7
|
-
"source": "@site/docs/babel7-or-ts.md",
|
|
8
|
-
"slug": "/babel7-or-ts",
|
|
9
|
-
"permalink": "/ts-jest/docs/babel7-or-ts",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/babel7-or-ts.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Troubleshooting",
|
|
15
|
-
"permalink": "/ts-jest/docs/troubleshooting"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "Migration from <=23.10",
|
|
19
|
-
"permalink": "/ts-jest/docs/migration"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "contributing",
|
|
3
|
-
"id": "contributing",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Contributing",
|
|
6
|
-
"description": "Check our contributing guide",
|
|
7
|
-
"source": "@site/docs/contributing.md",
|
|
8
|
-
"slug": "/contributing",
|
|
9
|
-
"permalink": "/ts-jest/docs/contributing",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/contributing.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Migration from <=23.10",
|
|
15
|
-
"permalink": "/ts-jest/docs/migration"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "Jest flow",
|
|
19
|
-
"permalink": "/ts-jest/docs/processing"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "contribution",
|
|
3
|
-
"id": "contribution",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "contribution",
|
|
6
|
-
"description": "",
|
|
7
|
-
"source": "@site/docs/contribution.md",
|
|
8
|
-
"slug": "/contribution",
|
|
9
|
-
"permalink": "/ts-jest/docs/contribution",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/contribution.md",
|
|
11
|
-
"version": "current"
|
|
12
|
-
}
|
package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-debugging-md-2bc.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "debugging",
|
|
3
|
-
"id": "debugging",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Debugging ts-jest",
|
|
6
|
-
"description": "You can activate the debug logger by setting the environment variable TSJESTLOG before running tests.",
|
|
7
|
-
"source": "@site/docs/debugging.md",
|
|
8
|
-
"slug": "/debugging",
|
|
9
|
-
"permalink": "/ts-jest/docs/debugging",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/debugging.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Migration from <=23.10",
|
|
15
|
-
"permalink": "/ts-jest/docs/migration"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "Jest flow",
|
|
19
|
-
"permalink": "/ts-jest/docs/processing"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "e2e-testing",
|
|
3
|
-
"id": "e2e-testing",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "E2E tests flow",
|
|
6
|
-
"description": "These are internal technical documents. If you're not a contributor to ts-jest, but simply trying to use the library you'll find nothing of value here",
|
|
7
|
-
"source": "@site/docs/e2e-testing.md",
|
|
8
|
-
"slug": "/e2e-testing",
|
|
9
|
-
"permalink": "/ts-jest/docs/e2e-testing",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/e2e-testing.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Jest flow",
|
|
15
|
-
"permalink": "/ts-jest/docs/processing"
|
|
16
|
-
}
|
|
17
|
-
}
|
package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-esm-support-md-ff2.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "esm-support",
|
|
3
|
-
"id": "esm-support",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "ESM Support",
|
|
6
|
-
"description": "To use ts-jest with ESM support, you'll first need to check ESM Jest documentation.",
|
|
7
|
-
"source": "@site/docs/esm-support.md",
|
|
8
|
-
"slug": "/esm-support",
|
|
9
|
-
"permalink": "/ts-jest/docs/esm-support",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/esm-support.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Test helpers",
|
|
15
|
-
"permalink": "/ts-jest/docs/test-helpers"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "Using with React Native",
|
|
19
|
-
"permalink": "/ts-jest/docs/react-native"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "installation",
|
|
3
|
-
"id": "installation",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Installation",
|
|
6
|
-
"description": "ts-jest is a Typescript preprocessor for Jest pre-processor. You'll need both Jest and TypeScript installed inside your project.",
|
|
7
|
-
"source": "@site/docs/installation.md",
|
|
8
|
-
"slug": "/installation",
|
|
9
|
-
"permalink": "/ts-jest/docs/installation",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/installation.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"next": {
|
|
14
|
-
"title": "Presets",
|
|
15
|
-
"permalink": "/ts-jest/docs/presets"
|
|
16
|
-
}
|
|
17
|
-
}
|
package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-migration-md-295.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "migration",
|
|
3
|
-
"id": "migration",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Migration from <=23.10",
|
|
6
|
-
"description": "You can use the config:migrate tool of ts-jest CLI if you're coming from an older version to help you migrate your Jest configuration.",
|
|
7
|
-
"source": "@site/docs/migration.md",
|
|
8
|
-
"slug": "/migration",
|
|
9
|
-
"permalink": "/ts-jest/docs/migration",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/migration.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Babel7 or TypeScript",
|
|
15
|
-
"permalink": "/ts-jest/docs/babel7-or-ts"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "Debugging ts-jest",
|
|
19
|
-
"permalink": "/ts-jest/docs/debugging"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "options/astTransformers",
|
|
3
|
-
"id": "options/astTransformers",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "AST transformers option",
|
|
6
|
-
"description": "ts-jest by default does hoisting for a few jest methods via a TypeScript AST transformer. One can also create custom",
|
|
7
|
-
"source": "@site/docs/options/astTransformers.md",
|
|
8
|
-
"slug": "/options/astTransformers",
|
|
9
|
-
"permalink": "/ts-jest/docs/options/astTransformers",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/options/astTransformers.md",
|
|
11
|
-
"version": "current"
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "options/babelConfig",
|
|
3
|
-
"id": "options/babelConfig",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Babel Config option",
|
|
6
|
-
"description": "ts-jest by default does NOT use Babel. But you may want to use it, especially if your code rely on Babel plugins to make some transformations. ts-jest can call the BabelJest processor once TypeScript has transformed the source into JavaScript.",
|
|
7
|
-
"source": "@site/docs/options/babelConfig.md",
|
|
8
|
-
"slug": "/options/babelConfig",
|
|
9
|
-
"permalink": "/ts-jest/docs/options/babelConfig",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/options/babelConfig.md",
|
|
11
|
-
"version": "current"
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "options/compiler",
|
|
3
|
-
"id": "options/compiler",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Compiler option",
|
|
6
|
-
"description": "The compiler option allows you to define the compiler to be used. It'll be used to load the NodeJS module holding the TypeScript compiler.",
|
|
7
|
-
"source": "@site/docs/options/compiler.md",
|
|
8
|
-
"slug": "/options/compiler",
|
|
9
|
-
"permalink": "/ts-jest/docs/options/compiler",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/options/compiler.md",
|
|
11
|
-
"version": "current"
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "options/diagnostics",
|
|
3
|
-
"id": "options/diagnostics",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Diagnostics option",
|
|
6
|
-
"description": "The diagnostics option configures error reporting.",
|
|
7
|
-
"source": "@site/docs/options/diagnostics.md",
|
|
8
|
-
"slug": "/options/diagnostics",
|
|
9
|
-
"permalink": "/ts-jest/docs/options/diagnostics",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/options/diagnostics.md",
|
|
11
|
-
"version": "current"
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "options/isolatedModules",
|
|
3
|
-
"id": "options/isolatedModules",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Isolated Modules option",
|
|
6
|
-
"description": "By default ts-jest uses TypeScript compiler in the context of a project (yours), with full type-checking and features.",
|
|
7
|
-
"source": "@site/docs/options/isolatedModules.md",
|
|
8
|
-
"slug": "/options/isolatedModules",
|
|
9
|
-
"permalink": "/ts-jest/docs/options/isolatedModules",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/options/isolatedModules.md",
|
|
11
|
-
"version": "current"
|
|
12
|
-
}
|
package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-options-md-aeb.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "options",
|
|
3
|
-
"id": "options",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Options",
|
|
6
|
-
"description": "Introduction",
|
|
7
|
-
"source": "@site/docs/options.md",
|
|
8
|
-
"slug": "/options",
|
|
9
|
-
"permalink": "/ts-jest/docs/options",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/options.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Paths mapping",
|
|
15
|
-
"permalink": "/ts-jest/docs/paths-mapping"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "Version checking",
|
|
19
|
-
"permalink": "/ts-jest/docs/version-checking"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "options/stringifyContentPathRegex",
|
|
3
|
-
"id": "options/stringifyContentPathRegex",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Stringify content option",
|
|
6
|
-
"description": "The stringifyContentPathRegex option has been kept for backward compatibility of HTML_TRANSFORM",
|
|
7
|
-
"source": "@site/docs/options/stringifyContentPathRegex.md",
|
|
8
|
-
"slug": "/options/stringifyContentPathRegex",
|
|
9
|
-
"permalink": "/ts-jest/docs/options/stringifyContentPathRegex",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/options/stringifyContentPathRegex.md",
|
|
11
|
-
"version": "current"
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "options/tsconfig",
|
|
3
|
-
"id": "options/tsconfig",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "TypeScript Config option",
|
|
6
|
-
"description": "The tsconfig option allows you to define which tsconfig JSON file to use. An inline compiler options object can also be specified instead of a file path.",
|
|
7
|
-
"source": "@site/docs/options/tsconfig.md",
|
|
8
|
-
"slug": "/options/tsconfig",
|
|
9
|
-
"permalink": "/ts-jest/docs/options/tsconfig",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/options/tsconfig.md",
|
|
11
|
-
"version": "current"
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "options/useESM",
|
|
3
|
-
"id": "options/useESM",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "useESM option",
|
|
6
|
-
"description": "The useESM option allows ts-jest to transform codes to ESM syntax if possible.",
|
|
7
|
-
"source": "@site/docs/options/useESM.md",
|
|
8
|
-
"slug": "/options/useESM",
|
|
9
|
-
"permalink": "/ts-jest/docs/options/useESM",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/options/useESM.md",
|
|
11
|
-
"version": "current"
|
|
12
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "paths-mapping",
|
|
3
|
-
"id": "paths-mapping",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Paths mapping",
|
|
6
|
-
"description": "If you use \"baseUrl\" and \"paths\" options in your tsconfig file, you should make sure the \"moduleNameMapper\" option in your Jest config is setup accordingly.",
|
|
7
|
-
"source": "@site/docs/paths-mapping.md",
|
|
8
|
-
"slug": "/paths-mapping",
|
|
9
|
-
"permalink": "/ts-jest/docs/paths-mapping",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/paths-mapping.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Presets",
|
|
15
|
-
"permalink": "/ts-jest/docs/presets"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "Options",
|
|
19
|
-
"permalink": "/ts-jest/docs/options"
|
|
20
|
-
}
|
|
21
|
-
}
|
package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-presets-md-02b.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "presets",
|
|
3
|
-
"id": "presets",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Presets",
|
|
6
|
-
"description": "The presets",
|
|
7
|
-
"source": "@site/docs/presets.md",
|
|
8
|
-
"slug": "/presets",
|
|
9
|
-
"permalink": "/ts-jest/docs/presets",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/presets.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Installation",
|
|
15
|
-
"permalink": "/ts-jest/docs/installation"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "Paths mapping",
|
|
19
|
-
"permalink": "/ts-jest/docs/paths-mapping"
|
|
20
|
-
}
|
|
21
|
-
}
|
package/website/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-processing-md-eab.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "processing",
|
|
3
|
-
"id": "processing",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Jest flow",
|
|
6
|
-
"description": "These are internal technical documents. If you're not a contributor to ts-jest, but simply trying to use the library you'll find nothing of value here",
|
|
7
|
-
"source": "@site/docs/processing.md",
|
|
8
|
-
"slug": "/processing",
|
|
9
|
-
"permalink": "/ts-jest/docs/processing",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/processing.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Debugging ts-jest",
|
|
15
|
-
"permalink": "/ts-jest/docs/debugging"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "E2E tests flow",
|
|
19
|
-
"permalink": "/ts-jest/docs/e2e-testing"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "react-native",
|
|
3
|
-
"id": "react-native",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Using with React Native",
|
|
6
|
-
"description": "To use ts-jest with React Native + TypeScript and Babel 7, you'll first need to follow this tutorial.",
|
|
7
|
-
"source": "@site/docs/react-native.md",
|
|
8
|
-
"slug": "/react-native",
|
|
9
|
-
"permalink": "/ts-jest/docs/react-native",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/react-native.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "ESM Support",
|
|
15
|
-
"permalink": "/ts-jest/docs/esm-support"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "Troubleshooting",
|
|
19
|
-
"permalink": "/ts-jest/docs/troubleshooting"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "test-helpers",
|
|
3
|
-
"id": "test-helpers",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Test helpers",
|
|
6
|
-
"description": "ts-jest provides some test utilities to be used in your test, related to TypeScript.",
|
|
7
|
-
"source": "@site/docs/test-helpers.md",
|
|
8
|
-
"slug": "/test-helpers",
|
|
9
|
-
"permalink": "/ts-jest/docs/test-helpers",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/test-helpers.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Version checking",
|
|
15
|
-
"permalink": "/ts-jest/docs/version-checking"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "ESM Support",
|
|
19
|
-
"permalink": "/ts-jest/docs/esm-support"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "troubleshooting",
|
|
3
|
-
"id": "troubleshooting",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Troubleshooting",
|
|
6
|
-
"description": "You can check Jest troubleshooting guide or visit ts-jest [troubleshooting",
|
|
7
|
-
"source": "@site/docs/troubleshooting.md",
|
|
8
|
-
"slug": "/troubleshooting",
|
|
9
|
-
"permalink": "/ts-jest/docs/troubleshooting",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/troubleshooting.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Using with React Native",
|
|
15
|
-
"permalink": "/ts-jest/docs/react-native"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "Babel7 or TypeScript",
|
|
19
|
-
"permalink": "/ts-jest/docs/babel7-or-ts"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"unversionedId": "version-checking",
|
|
3
|
-
"id": "version-checking",
|
|
4
|
-
"isDocsHomePage": false,
|
|
5
|
-
"title": "Version checking",
|
|
6
|
-
"description": "By default, ts-jest supports a range of versions for jest/typescript. One uses incompatible versions will receive a warning",
|
|
7
|
-
"source": "@site/docs/version-checking.md",
|
|
8
|
-
"slug": "/version-checking",
|
|
9
|
-
"permalink": "/ts-jest/docs/version-checking",
|
|
10
|
-
"editUrl": "https://github.com/kulshekhar/ts-jest/edit/master/docs/docs/version-checking.md",
|
|
11
|
-
"version": "current",
|
|
12
|
-
"sidebar": "docs",
|
|
13
|
-
"previous": {
|
|
14
|
-
"title": "Options",
|
|
15
|
-
"permalink": "/ts-jest/docs/options"
|
|
16
|
-
},
|
|
17
|
-
"next": {
|
|
18
|
-
"title": "Test helpers",
|
|
19
|
-
"permalink": "/ts-jest/docs/test-helpers"
|
|
20
|
-
}
|
|
21
|
-
}
|