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 19b5696 commit 33c645bCopy full SHA for 33c645b
1 file changed
packages/jest-editor-support/src/__tests__/Snapshot-test.js
@@ -8,8 +8,9 @@
8
9
'use strict';
10
11
-const path = require('path');
12
-const Snapshot = require('../Snapshot');
+import path from 'path';
+import Snapshot from '../Snapshot';
13
+
14
const snapshotHelper = new Snapshot();
15
const snapshotFixturePath = path.resolve(__dirname, 'fixtures/snapshots');
16
0 commit comments