Releases: skovhus/jest-codemods
Releases · skovhus/jest-codemods
0.25.0
- ava: allow names other than t for execution context (#226, thanks @DavidTanner)
- chai-should: convert before/after/context into their jest equivalents (#228, thanks @seansfkelley)
- node-tap (#230, thanks @milahu)
- tape: support rejects (#231, thanks @milahu)
- chai: add support for the chai-arrays plugin (#233)
0.24.0
0.23.0
- Add support for converting AVA and Tape todos (#194)
- Update all dependencies (#195), most notably jscodeshift.
- Preserve user preference for
it
ortest
(#192, thanks @MatthewTrout)
After upgrading dependencies we dropped support for node 8 (LTS cycle expired on December 31, 2019).
0.22.1
0.22.0
0.21.0
- jasmine-globals improvements (#170)
- chai-should improvements (#181)
- all dependencies were upgraded (supports node 8+)
- ts parser option, to be compatible with
<>
type casts (#174) - codebase migrated to TypeScript for better tooling and making contributions easier
Thanks to @eliasmeire and @saveman71
0.20.0
0.19.1
0.18.0 (TypeScript support)
Our most requested feature is now here: TypeScript support!
After a lot of work done in jscodeshift and Recast, jest-codemods now allow you to convert your TypeScript test files to Jest.
Besides:
- the CLI now asks which parser to use (
babel
,flow
ortypescript
) node_modules
are always ignored- the default path was changed from
src tests/*.js
to.