Releases: cometkim/rescript-vitest
Releases · cometkim/rescript-vitest
v0.4.0
v0.3.1
v0.3.0
Changes
- Upgrade Vitest version to v0.21
- Add Vite@3 as peerDependencies
- Fix
hasAssersions
binding (#4)
I noticed that the test context was not properly bound except for the default Vitest.describe
fn. Snapshots are not working in the Vitest.Concurrent.describe
fn correctly.
A major signature change is planned to correct context-related behavior.