Forráskód Böngészése

BufferGeometryUtils: Fix test path.

Don McCurdy 7 éve
szülő
commit
e54b65829c
1 módosított fájl, 1 hozzáadás és 1 törlés
  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', () => {