Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/userquin/vitejs-vite-latest
Vitest on stackblitz
https://github.com/userquin/vitejs-vite-latest
Last synced: 15 days ago
JSON representation
Vitest on stackblitz
- Host: GitHub
- URL: https://github.com/userquin/vitejs-vite-latest
- Owner: userquin
- Created: 2022-04-02T12:24:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T17:41:16.000Z (over 2 years ago)
- Last Synced: 2024-10-15T00:02:29.580Z (about 1 month ago)
- Language: TypeScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vitest on stackblitz
`Vite 2.9.1` and `Vitest 0.9.2`.
To run the tests run `vitest`.
To run the tests on the UI run `vitest --ui`.
If the Test UI not opened, just append `/__vitest__/` to the url.
You can check it on [stackblitz](https://stackblitz.com/fork/github/userquin/vitejs-vite-latest?initialPath=__vitest__).