Skip to content

v8.0.0

Compare
Choose a tag to compare
@kentcdodds kentcdodds released this 15 Nov 23:01
· 197 commits to master since this release
60e5c07

8.0.0 (2019-11-15)

Features

  • format result with prettier and unstring snapshots (#55) (60e5c07)

BREAKING CHANGES

  • Your snapshots will probably need to be updated with these changes. If you don't like the changes, then take a look at the README about overriding the formatResult and disabling the un-string snapshot serializer
  • If you're using commonjs (require) you'll need to require the default:
- const pluginTester = require('babel-plugin-tester')
+ const pluginTester = require('babel-plugin-tester').default