Skip to content

Commit

Permalink
docs: Fix docs for running tests
Browse files Browse the repository at this point in the history
[cli]
  • Loading branch information
NatElkins committed Dec 6, 2024
1 parent 092b4f7 commit 06a878c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ You can see the available options by running:
When using the test command, you can focus on a specific by forwarding arguments to `vitest`:

```bash
# Focus all tests containing related to specs/class/
./build.sh test --watch -- -t class/
# Focus on all tests containing related to specs/references/class/
./build.sh test specs -- -t class/
# Do the same, but in watch mode
./build.sh test specs --watch -- -t class/
```

If you need to run a local version of `@glutinum/cli`, you can use `./build.sh cli [--watch]` and then run `node cli.js <args>`.
Expand Down

0 comments on commit 06a878c

Please sign in to comment.