浏览代码

BufferGeometryUtils: Fix test path.

Don McCurdy 7 年之前
父节点
当前提交
e54b65829c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/unit/example/utils/BufferGeometryUtils.tests.js

+ 1 - 1
test/unit/example/utils/BufferGeometryUtils.tests.js

@@ -3,7 +3,7 @@
  */
 /* global QUnit */
 
-import * as BufferGeometryUtils from '../../../examples/js/utils/BufferGeometryUtils';
+import * as BufferGeometryUtils from '../../../../examples/js/utils/BufferGeometryUtils';
 
 export default QUnit.module( 'BufferGeometryUtils', () => {