Skip to content

Commit

Permalink
Update mathutils.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
omsuneri authored Dec 11, 2024
1 parent fc2cfb4 commit d4f5f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/utils/__tests__/mathutils.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// A basic test file in jest framework for the mathutils.js

const MathUtility = require("./mathutils.js");
const MathUtility = require("../mathutils.js");

describe('MathUtility', () => {
beforeAll(() => {
Expand Down

0 comments on commit d4f5f6d

Please sign in to comment.