Skip to content

Commit 12dcf21

Browse files
committed
test(ElasticApiParser): Fix broken tests
1 parent 880c862 commit 12dcf21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/__tests__/ElasticApiParser-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import {
1212
} from 'graphql';
1313
import { GraphQLJSON, TypeComposer } from 'graphql-compose';
1414

15-
import ElasticApiParser from './ElasticApiParser';
15+
import ElasticApiParser from '../ElasticApiParser';
1616

17-
const apiPartialPath = path.resolve(__dirname, '__mocks__/apiPartial.js');
17+
const apiPartialPath = path.resolve(__dirname, '../__mocks__/apiPartial.js');
1818
const apiPartialSource = new ElasticApiParser().loadApiFile(apiPartialPath);
1919

2020
const code = `

0 commit comments

Comments
 (0)