Releases: skovhus/jest-codemods
Releases · skovhus/jest-codemods
0.14.0
Upgrade jscodeshift
dependency.
See #109
0.13.10
- Tape handling of
t.doesNotThrow(fn, expected, msg)
#115 (thanks @lhorie)
- Expect takes at most one argument #106 (thanks @tarjei and @macklinu)
- Detect git status upfront #108
- Support for AVA snapshot message #107
0.13.9
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)
0.13.8
Support chai default import in chai-assert transformer. Thanks to @mxmul (#94)
0.13.7
Bug fix for chai.assert approximately
and closeTo
tranformation. Thanks to @mxmul (#93)!
0.13.6
Support for missing Tape aliases: notEquals
, deepEquals
, isNotDeeply
(#88).
Improved documentation of what the node and browser options do (#87)
Thanks to @Haroenv and @mjomble for the contributions! 🎉
0.13.5
Fixes after testing jest-codemods
on graphql-js
Mocha test suite (#83)
- mocha: remove any
mocha
require/imports statements (which are rare, but completely valid)
- chai-should: correct conversion of
to.be.an('error')