Skip to content

Commit d4f5f6d

Browse files
authored
Update mathutils.test.js
1 parent fc2cfb4 commit d4f5f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/utils/__tests__/mathutils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// A basic test file in jest framework for the mathutils.js
22

3-
const MathUtility = require("./mathutils.js");
3+
const MathUtility = require("../mathutils.js");
44

55
describe('MathUtility', () => {
66
beforeAll(() => {

0 commit comments

Comments
 (0)