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