Skip to content

Commit

Permalink
Fix snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 8, 2017
1 parent 19b5696 commit 33c645b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/jest-editor-support/src/__tests__/Snapshot-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@

'use strict';

const path = require('path');
const Snapshot = require('../Snapshot');
import path from 'path';
import Snapshot from '../Snapshot';

const snapshotHelper = new Snapshot();
const snapshotFixturePath = path.resolve(__dirname, 'fixtures/snapshots');

Expand Down

0 comments on commit 33c645b

Please sign in to comment.