From d4f5f6d7c4f8638154609bb6100c05842c612eee Mon Sep 17 00:00:00 2001 From: omsuneri <142336291+omsuneri@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:08:28 +0530 Subject: [PATCH] Update mathutils.test.js --- js/utils/__tests__/mathutils.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/utils/__tests__/mathutils.test.js b/js/utils/__tests__/mathutils.test.js index 542e10ea37..cc6d6fef39 100644 --- a/js/utils/__tests__/mathutils.test.js +++ b/js/utils/__tests__/mathutils.test.js @@ -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(() => {