Skip to content

Commit

Permalink
Update release-note-v6.md
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
connectdotz committed Jul 18, 2023
1 parent eb2f48d commit dd9e0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-notes/release-note-v6.md
Expand Up @@ -30,12 +30,12 @@ For example, the unit vs. integration tests can now be set up as the following:
"jest.virtualFolders": [
{
"name": "unit-tests",
"jestCommandLine": "--config=jest.unit.config.js",
"jestCommandLine": "yarn test --config=jest.unit.config.js",
"autoRun": "watch"
},
{
"name": "integration-tests",
"jestCommandLine": "--config=jest.integration.config.js",
"jestCommandLine": "yarn test --config=jest.integration.config.js",
"autoRun": "off"
}
]
Expand Down

0 comments on commit dd9e0dc

Please sign in to comment.