AutoRun controls when tests should be executed automatically.
@@ -586,7 +701,7 @@ Default is `"jest.monitorLongRun":60000` (1 minute)
#### autoRevealOutput
```ts
@@ -781,7 +896,8 @@ This extension contributes the following commands and can be accessed via [Comma
|Jest: Run All Tests (Select Workspace)| run all tests for the selected workspace|multi-root workspace
|Jest: Run All Tests in Current Workspace| run all tests for the current workspace based on the active editor| always
|Jest: Toggle Coverage for Current Workspace| toggle coverage mode for the current workspace based on the active editor| always
-|Jest: Save Current RunMode| update runMode in `settings.json` based on the current value| always (>= 6.0.2)
+|Jest: Save Current RunMode| update `"jest.runMode"` in `settings.json` based on the current value| always (>= 6.1.0)
+|Jest: Save Current Output Config| update `"jest.outputConfig"` in `settings.json` based on the current value| always (>= 6.1.0)
|Jest: Setup Extension| start the setup tool|always|
In addition, TestExplorer also exposed many handy commands, see the full list by searching for `testing` in [vscode keyboard shortcuts editor](https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-editor). One can assign/change keyboard shortcut to any of these commands, see [vscode Key Bindings](https://code.visualstudio.com/docs/getstarted/keybindings) for more details.
diff --git a/jest.config.js b/jest.config.js
index 43b877ea8..b93e94829 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -23,7 +23,7 @@ module.exports = {
'debug',
'@babel/template',
'graceful-fs',
- '@babel/core',
+ '@babel/types',
],
moduleNameMapper: {
'\\.(svg)$': '