You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/config.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,31 +93,29 @@ All options have default values which should fit most of the projects. Click on
93
93
94
94
| Option | Description | Default |
95
95
|---:|---|---|
96
-
|[**`compiler`**](config/compiler)| TypeScript module to use as compiler. |`'typescript'`|
96
+
|[**`compiler`**](config/compiler)| TypeScript module to use as compiler. |`"typescript"`|
97
97
|[**`tsConfig`**](config/tsConfig)| TypeScript compiler related configuration. |_auto_|
98
98
|[**`isolatedModules`**](config/isolatedModules)| Enables/disables the TypeScript language service |`false`|
99
99
|[**`diagnostics`**](config/diagnostics)| Diagnostics related configuration. |`true`|
100
100
|[**`babelConfig`**](config/babelConfig)| Babel(Jest) related configuration. |_disabled_|
101
-
| [**`stringifyContentPathRegex`**](config/stringifyContentPathRegex) | Configure which file(s) will become a module returning its content. | _disabled_
101
+
|[**`stringifyContentPathRegex`**](config/stringifyContentPathRegex)| Configure which file(s) will become a module returning its content. |_disabled_|
102
102
103
103
### Upgrading
104
104
105
105
You can use the `config:migrate` tool of TSJest CLI if you're coming from an older version to help you migrate your Jest configuration.
0 commit comments