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 20d443e commit 350ee32Copy full SHA for 350ee32
src/jsutils/__tests__/Path-test.js
@@ -3,8 +3,7 @@
3
import { expect } from 'chai';
4
import { describe, it } from 'mocha';
5
6
-import { addPath, pathToArray } from '../Path';
7
-import { type Path } from '../Path';
+import { type Path, addPath, pathToArray } from '../Path';
8
9
describe('Path', () => {
10
it('can add a new key to an existing Path', () => {
0 commit comments