Skip to content

Commit

Permalink
Merge pull request #2 from ganhammar/master
Browse files Browse the repository at this point in the history
fix: correct import in readme example
  • Loading branch information
uhyo committed May 20, 2023
2 parents 10cea9d + d0a781b commit 9566a15
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
Expand Up @@ -30,7 +30,7 @@ The mock context provides methods `set`, `clear` and `clearAll` to modify mocked

```js
import { act, render } from "@testing-library/react";
import { setRecoilMockValue } from 'recoil-mock';
import { createRecoilMockWrapper } from 'recoil-mock';

const fooAtom = atom({ key: 'foo', default: 'foo' })
// App for testing
Expand Down Expand Up @@ -66,4 +66,4 @@ Just build and publish locally. :sweat_smile:

## Liecnse

[MIT](./LICENSE)
[MIT](./LICENSE)

0 comments on commit 9566a15

Please sign in to comment.