Skip to content

Commit 15d8b3c

Browse files
committed
import fix
1 parent bb5d21e commit 15d8b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* Test / TestService
77
*/
88

9-
import { runComputerAlgebraTests } from "../../test/computerAlgebraTests.js";
109
import { sleep } from "../util/commons.js";
1110
import { logMessages, getLogMode, setLogMode } from "../util/loggingService.js";
11+
import { runComputerAlgebraTests } from "./computerAlgebraTests.js";
1212
import { runPlotsTests } from "./plotsTests.js";
1313
import { runSimplificationAlgorithmsTests } from "./simplificationAlgorithmsTests.js";
1414

0 commit comments

Comments
 (0)