Skip to content

0.13.9

Choose a tag to compare

@skovhus skovhus released this 03 Jan 20:23

Bug fix for expect transformer. Previously, the following expect matchers did not wrap the argument with
an Object.keys in order to support the containment check in jest:

  • toContainKeys
  • toExcludeKeys
  • toIncludeKeys
  • toNotContainKeys
  • toNotIncludeKeys

Thanks to @woodb for fixing this! (#98)