Skip to content

Commit 33c645b

Browse files
committed
Fix snapshot test
1 parent 19b5696 commit 33c645b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/jest-editor-support/src/__tests__/Snapshot-test.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88

99
'use strict';
1010

11-
const path = require('path');
12-
const Snapshot = require('../Snapshot');
11+
import path from 'path';
12+
import Snapshot from '../Snapshot';
13+
1314
const snapshotHelper = new Snapshot();
1415
const snapshotFixturePath = path.resolve(__dirname, 'fixtures/snapshots');
1516

0 commit comments

Comments
 (0)