Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jderochervlk/rescript-vitest-plugin-bug


https://github.com/jderochervlk/rescript-vitest-plugin-bug

Last synced: 9 days ago
JSON representation

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`