We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155bb35 commit 3c9eddfCopy full SHA for 3c9eddf
README.md
@@ -6,6 +6,10 @@
6
7
[ReScript](https://rescript-lang.org) bidnings to [Vitest](https://vitest.dev)
8
9
+## Prerequisite
10
+
11
+ReScript v10.1+ is required since v1.0.0. To use `Js.Promise2` and `async`/`await` for tests.
12
13
## Usage
14
15
### Config
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rescript-vitest",
3
- "version": "0.4.0",
+ "version": "1.0.0",
4
"license": "MIT",
5
"author": {
"name": "Hyeseong Kim",
0 commit comments