Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartozzz committed Oct 21, 2019
1 parent 989eb84 commit 5ecd097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can also import `toJSON` to use the snapshot serializer in one assertion, li
```js
import { toJSON } from "jest-three";

expect(toJSON(object)).matchesSnapshot();
expect(toJSON(object)).toMatchSnapshot();
// …where `object` is an instance of `THREE.Object3D`
```

Expand Down

0 comments on commit 5ecd097

Please sign in to comment.