Skip to content

Commit

Permalink
doc: add syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Dec 2, 2024
1 parent 8b2b00a commit 7fe8e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe("Hello, Vitest", t => {

You can use simple flags for `skip`, `concurrent`, and `only`.

```
```res
Skip.test("This will be skipped", t => {
// ...
})
Expand Down

0 comments on commit 7fe8e18

Please sign in to comment.