We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2cfb4 commit d4f5f6dCopy full SHA for d4f5f6d
js/utils/__tests__/mathutils.test.js
@@ -1,6 +1,6 @@
1
// A basic test file in jest framework for the mathutils.js
2
3
-const MathUtility = require("./mathutils.js");
+const MathUtility = require("../mathutils.js");
4
5
describe('MathUtility', () => {
6
beforeAll(() => {
0 commit comments