This commit is contained in:
parent
e2841c0129
commit
1c7e9d627d
4 changed files with 11 additions and 5 deletions
|
@ -19,7 +19,7 @@ import * as fs from "./mock/fs.mjs";
|
|||
import Qt from "./mock/qt.mjs";
|
||||
import { MockHelper } from "./mock/helper.mjs";
|
||||
import { MockLatex } from "./mock/latex.mjs";
|
||||
import Modules from "../../LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/module/index.mjs";
|
||||
import Modules from "../src/module/index.mjs";
|
||||
|
||||
function setup() {
|
||||
globalThis.Helper = new MockHelper()
|
||||
|
@ -27,4 +27,4 @@ function setup() {
|
|||
Modules.Latex.initialize({ latex: Latex, helper: Helper })
|
||||
}
|
||||
|
||||
setup()
|
||||
setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue