Skip to content

Commit 39514d3

Browse files
authored
Merge pull request #14712 from donmccurdy/mv-buffergeometryutils-2
BufferGeometryUtils: Fix test path.
2 parents 4d092dd + e54b658 commit 39514d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/example/utils/BufferGeometryUtils.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44
/* global QUnit */
55

6-
import * as BufferGeometryUtils from '../../../examples/js/utils/BufferGeometryUtils';
6+
import * as BufferGeometryUtils from '../../../../examples/js/utils/BufferGeometryUtils';
77

88
export default QUnit.module( 'BufferGeometryUtils', () => {
99

0 commit comments

Comments
 (0)