Skip to content

Commit

Permalink
fixup: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Nov 10, 2023
1 parent 3134eb4 commit d74e56a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vitest-when

> [Better mocking in Vitest][introducing vitest-when]
[![npm badge][]][npm]
[![ci badge][]][ci]
[![coverage badge][]][coverage]
Expand All @@ -10,6 +12,7 @@ Stub behaviors of [Vitest][] mock functions with a small, readable API. Inspired
npm install --save-dev vitest-when
```

[introducing vitest-when]: https://michael.cousins.io/articles/2023-06-30-better-stubs/
[vitest]: https://vitest.dev/
[testdouble.js]: https://github.com/testdouble/testdouble.js/
[jest-when]: https://github.com/timkindberg/jest-when
Expand Down

0 comments on commit d74e56a

Please sign in to comment.