소스 검색

Fixed import.

Brian E. Granger 6 년 전
부모
커밋
5aa91a99e1
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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';