Skip to content

Commit

Permalink
Add compat note in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Jul 11, 2024
1 parent 6762fef commit 55c77bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ supports Node.js and any browser-like runtime.
## Contents

- [Usage](#usage)
- [Compatibility](#compatibility)
- [Package Installation](#package-installation)
- [Setup for all tests](#to-setup-for-all-tests)
- [Setup for an individual test](#to-setup-for-an-individual-test)
Expand All @@ -35,6 +36,11 @@ supports Node.js and any browser-like runtime.

## Usage

### Compatibility

The most recent version of vitest-fetch-mock supports vitest 2. If you are using vitest version 1.x, please install
vitest-fetch-mock0.2.2.

### Package Installation

To setup your fetch mock you need to do the following things:
Expand Down

0 comments on commit 55c77bc

Please sign in to comment.