Skip to content

Releases: cometkim/rescript-vitest

v0.4.0

12 Dec 18:45
92f9591
Compare
Choose a tag to compare
  • Vite 4 as valid peerDependencies
  • Upgrade Vitest version

v0.3.1

13 Nov 11:32
16f5e79
Compare
Choose a tag to compare
  • Added ReScript@v10 to valid peerDeps
  • Upgrade dependencies

v0.3.0

14 Aug 18:11
363d084
Compare
Choose a tag to compare

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.

v0.2.0

09 Feb 18:57
6d991e1
Compare
Choose a tag to compare
  • upgrade vitest to v0.3.0
  • rescript is now a peer dependency