We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a1559 commit a8fce06Copy full SHA for a8fce06
fixtures/dom/src/toWarnDev.js
@@ -1,7 +1,7 @@
1
// copied from scripts/jest/matchers/toWarnDev.js
2
'use strict';
3
4
-const jestDiff = require('jest-diff');
+const jestDiff = require('jest-diff').default;
5
const util = require('util');
6
7
function shouldIgnoreConsoleError(format, args) {
scripts/jest/matchers/toWarnDev.js
@@ -1,6 +1,6 @@
const shouldIgnoreConsoleError = require('../shouldIgnoreConsoleError');
0 commit comments