Skip to content

Commit

Permalink
docs: updated changelog for release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpa0cpl committed May 22, 2023
1 parent fea481a commit 790c349
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.1 (May 22, 2023)

### Bug Fixes

- #### fix: missing `typeof` operator in matchers ([#50](https://github.com/react-gjs/gest/pull/50))

`expect().toBeInstanceOf` and `expect().toReject` have been broken due to missing `typeof`` operator, matchers were comparing the tested value itself against the type name which was causing tests to fail in situations where the values were correct.

## 0.3.0 (May 17, 2023)

### Features
Expand Down

0 comments on commit 790c349

Please sign in to comment.