Parcourir la source

Fixed import.

Brian E. Granger il y a 6 ans
Parent
commit
5aa91a99e1
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1 4
      tests/test-notebook/src/actions.spec.ts

+ 1 - 4
tests/test-notebook/src/actions.spec.ts

@@ -22,10 +22,7 @@ import {
   sleep,
   NBTestUtils
 } from '@jupyterlab/testutils';
-import {
-  JSONObject,
-  JSONArray
-} from '../../../node_modules/@phosphor/coreutils';
+import { JSONObject, JSONArray } from '@phosphor/coreutils';
 
 const ERROR_INPUT = 'a = foo';