Skip to content

Commit

Permalink
Renames
Browse files Browse the repository at this point in the history
  • Loading branch information
kayahr committed Dec 23, 2024
1 parent 8a2c435 commit 58762ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jest-matchers
# vitest-matchers

[GitHub] | [NPM]

Expand All @@ -16,7 +16,7 @@ Some additional [Vitest] matchers I usually use in my projects. Also registers t
* Import it in your Vitest test file:
```typescript
@import "@kayahr/jest-matchers";
@import "@kayahr/vitest-matchers";
```
Expand Down

0 comments on commit 58762ca

Please sign in to comment.