Remove some stray imports

This commit is contained in:
pietervdvn 2022-03-24 11:46:22 +01:00
parent 51fe206736
commit f03544c468
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
import {describe} from 'mocha'
import {expect} from 'chai'
import {TagUtils} from "../../../Logic/Tags/TagUtils";
import T from "../../../testLegacy/TestHelper";
import {Tag} from "../../../Logic/Tags/Tag";
describe("Lazy object properties", () => {

View file

@ -2,7 +2,6 @@ import {describe} from 'mocha'
import {expect} from 'chai'
import {TagUtils} from "../../../Logic/Tags/TagUtils";
import {equal} from "assert";
import T from "../../../testLegacy/TestHelper";
describe("TagUtils", () => {