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)