ellipsis comment update to test document

This commit is contained in:
ColemanRoo 2025-02-13 16:21:34 -06:00
parent 937c3b6c49
commit 4886cb7e7d

View file

@ -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: