浏览代码

remove unnessecary import

Gero3 6 年之前
父节点
当前提交
416c109665
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      test/unit/src/math/Plane.tests.js

+ 0 - 1
test/unit/src/math/Plane.tests.js

@@ -18,7 +18,6 @@ import {
 	zero3,
 	one3
 } from './Constants.tests';
-import { Cache } from '../../../../build/three';
 
 function comparePlane( a, b, threshold ) {