We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6762fef commit 55c77bcCopy full SHA for 55c77bc
README.md
@@ -19,6 +19,7 @@ supports Node.js and any browser-like runtime.
19
## Contents
20
21
- [Usage](#usage)
22
+ - [Compatibility](#compatibility)
23
- [Package Installation](#package-installation)
24
- [Setup for all tests](#to-setup-for-all-tests)
25
- [Setup for an individual test](#to-setup-for-an-individual-test)
@@ -35,6 +36,11 @@ supports Node.js and any browser-like runtime.
35
36
37
## Usage
38
39
+### Compatibility
40
+
41
+The most recent version of vitest-fetch-mock supports vitest 2. If you are using vitest version 1.x, please install
42
+vitest-fetch-mock0.2.2.
43
44
### Package Installation
45
46
To setup your fetch mock you need to do the following things:
0 commit comments