From 4886cb7e7d023523d4cfcb195e1095a3f00e84a1 Mon Sep 17 00:00:00 2001 From: ColemanRoo Date: Thu, 13 Feb 2025 16:21:34 -0600 Subject: [PATCH] ellipsis comment update to test document --- src/test/VSCODE_INTEGRATION_TESTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/VSCODE_INTEGRATION_TESTS.md b/src/test/VSCODE_INTEGRATION_TESTS.md index 96307996ce..f5882fea1e 100644 --- a/src/test/VSCODE_INTEGRATION_TESTS.md +++ b/src/test/VSCODE_INTEGRATION_TESTS.md @@ -75,7 +75,7 @@ declare global { npm run test:integration ``` -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. +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. The tests will: