Skip to content

Commit 4886cb7

Browse files
committed
ellipsis comment update to test document
1 parent 937c3b6 commit 4886cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/VSCODE_INTEGRATION_TESTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ declare global {
7575
npm run test:integration
7676
```
7777

78-
3. If you want to run a specific test, you can use the `test.only` function in the test file. This will run only the test you specify and ignore the others.
78+
3. If you want to run a specific test, you can use the `test.only` function in the test file. This will run only the test you specify and ignore the others. Be sure to remove the `test.only` function before committing your changes.
7979

8080
The tests will:
8181

0 commit comments

Comments
 (0)