Skip to content

Commit 0cd9bcd

Browse files
authored
Update README.md
fix virtualFolders example
1 parent dd9e0dc commit 0cd9bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ You can configure multiple virtual folders within any given vscode workspace fol
481481
// settings.json for unit and integration test environments under the root folder:
482482
{
483483
"jest.virtualFolders": [
484-
{"name": "unit-tests", "jestCommandLine": "--config=jest.unit.config.js", "autoRun": "watch"},
485-
{"name": "integration-tests", "jestCommandLine": "--config=jest.integration.config.js", "autoRun": "off"}
484+
{"name": "unit-tests", "jestCommandLine": "yarn test --config jest.unit.config.js", "autoRun": "watch"},
485+
{"name": "integration-tests", "jestCommandLine": "yarn test --config jest.integration.config.js", "autoRun": "off"}
486486
]
487487
}
488488
```

0 commit comments

Comments
 (0)