Updating tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adsooi 2024-09-30 01:35:24 +02:00
parent e2841c0129
commit 1c7e9d627d
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
4 changed files with 11 additions and 5 deletions

View file

@ -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() {