Skip to content

Commit

Permalink
fix: babel-jest createTransformer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fanck0605 committed Dec 19, 2021
1 parent 8ab5cc9 commit ace9dce
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,4 +1,5 @@
const babelJest = require("babel-jest");
const babelJestMd = require('babel-jest');
const babelJest = babelJestMd.__esModule ? babelJestMd.default : babelJestMd;

const { isArray } = require("../../utils");
/**
Expand Down

0 comments on commit ace9dce

Please sign in to comment.