mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
ellipsis comment update to test document
This commit is contained in:
parent
937c3b6c49
commit
4886cb7e7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue