Skip to content

Commit

Permalink
fix: require the correct code
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed Feb 8, 2019
1 parent a94d404 commit 2e6d242
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FilesystemLoader } from '../../../../lib';
jest.mock('../../../../lib/utils/graphFacade');
import { GraphFacade } from '../../../../lib/utils/graphFacade';
import { FilesystemLoader } from '../../../../src';
jest.mock('../../../../src/utils/graphFacade');
import { GraphFacade } from '../../../../src/utils/graphFacade';

describe('filesystemLoader', () => {
const fakeHttpOperations = ['a', 'b', 'c'];
Expand Down

0 comments on commit 2e6d242

Please sign in to comment.