Skip to content

Commit

Permalink
Bump babel-plugin-tester and fix breaking changes (#8171)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriijas committed Dec 19, 2019
1 parent 18e56da commit 88a5435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/babel-plugin-named-asset-import/index.test.js
@@ -1,7 +1,7 @@
const pluginTester = require('babel-plugin-tester');
const pluginTester = require('babel-plugin-tester/pure');
const namedAssetImport = require('./index');

pluginTester({
pluginTester.default({
plugin: namedAssetImport,
pluginOptions: {
loaderMap: {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-named-asset-import/package.json
Expand Up @@ -19,7 +19,7 @@
"@babel/core": "^7.1.0"
},
"devDependencies": {
"babel-plugin-tester": "^7.0.1",
"babel-plugin-tester": "^8.0.1",
"jest": "24.9.0"
},
"scripts": {
Expand Down

0 comments on commit 88a5435

Please sign in to comment.