Skip to content

Releases: skovhus/jest-codemods

0.2.2

28 Sep 10:58
Compare
Choose a tag to compare

Bug fix: Fix path to jscodeshift causing the codemod to break if jscodeshift wasn't installed globally.

0.2.1

25 Sep 16:20
Compare
Choose a tag to compare

Updated documentation about the transformations.

0.2.0

25 Sep 16:19
Compare
Choose a tag to compare
  • Support transformation of AVA tests 🎉
  • CLI supports an interactive guide using inquirer
  • Tape/AVA: t.end and t.fail support is now handled using Jasmine done callback

0.1.0

21 Sep 22:53
Compare
Choose a tag to compare

Tape to Jest codemod is now pretty solid.

  • added missing conversion of is, isNot, not, error, ifError, ifErr, iferror
  • support for t.fail and t.end using Jasmine done and done.fail
  • t.pass is removed

This adds AVA to Jest codemod (but currently not exposed in the CLI)

0.0.6

21 Sep 17:05
Compare
Choose a tag to compare

Better handling of Tape migrations.

  • t.end is only removed if in same scope as test function
  • t.end is renamed to done if used inside other functions
  • t.pass is removed (no op)
  • t.fail is renamed to done.fail

0.0.4

18 Sep 01:15
Compare
Choose a tag to compare

Bug fix: correct path to transformers.

0.0.3

18 Sep 01:09
Compare
Choose a tag to compare

Pre-transpile code instead of using babel-require runtime

0.0.2

17 Sep 23:57
Compare
Choose a tag to compare

Initial public release.