This commit is contained in:
parent
e2841c0129
commit
1c7e9d627d
4 changed files with 11 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
import { describe, it } from "mocha"
|
||||
import { expect } from "chai"
|
||||
|
||||
import { Domain, parseDomainSimple } from "../../../LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/math/domain.mjs"
|
||||
import { Domain, parseDomainSimple } from "../../src/math/domain.mjs"
|
||||
|
||||
describe("math.domain", function() {
|
||||
describe("#parseDomainSimple", function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue