Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jderochervlk/rescript-vitest-plugin-bug
https://github.com/jderochervlk/rescript-vitest-plugin-bug
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jderochervlk/rescript-vitest-plugin-bug
- Owner: jderochervlk
- Created: 2023-09-26T12:13:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T12:22:07.000Z (about 1 year ago)
- Last Synced: 2023-09-26T15:53:21.213Z (about 1 year ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bug
When running vitest with coverage unit tests time out.
```
close timed out after 10000ms
Tests closed successfully but something prevents Vite server from exiting
You can try to identify the cause by enabling "hanging-process" reporter. See https://vitest.dev/config/#reporters
```
- Unit tests are written in TypeScript to test files compiled by ReScript
- To see error run `npm run test`
- To remove the error comment out `createReScriptPlugin()` in `vite.config.js`