We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5d21e commit 15d8b3cCopy full SHA for 15d8b3c
test/testService.js
@@ -6,9 +6,9 @@
6
* Test / TestService
7
*/
8
9
-import { runComputerAlgebraTests } from "../../test/computerAlgebraTests.js";
10
import { sleep } from "../util/commons.js";
11
import { logMessages, getLogMode, setLogMode } from "../util/loggingService.js";
+import { runComputerAlgebraTests } from "./computerAlgebraTests.js";
12
import { runPlotsTests } from "./plotsTests.js";
13
import { runSimplificationAlgorithmsTests } from "./simplificationAlgorithmsTests.js";
14
0 commit comments