Skip to content

Commit

Permalink
docs: update vitest url
Browse files Browse the repository at this point in the history
  • Loading branch information
j4k0xb committed Feb 22, 2024
1 parent 5dab01a commit acb62d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"zixuanchen.vitest-explorer"
"vitest.explorer"
]
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Run the tests with `pnpm test`.
If the snapshots are outdated, make sure the changes are correct and update them:
![failed snapshot](https://user-images.githubusercontent.com/55899582/219093007-825a5056-38a0-4e8b-8512-b56e20174885.png)

The tests can also be debugged by installing the [Vitest extension](https://marketplace.visualstudio.com/items?itemName=ZixuanChen.vitest-explorer) and right-clicking on the play icon:
The tests can also be debugged by installing the [Vitest extension](https://marketplace.visualstudio.com/items?itemName=vitest.explorer) and right-clicking on the play icon:
![vitest debug](https://github.com/j4k0xb/webcrack/assets/55899582/9661b202-7f85-4615-bf83-c132cfdaa9f7)

## Linting and Formatting
Expand Down

0 comments on commit acb62d5

Please sign in to comment.