Remove some stray imports
This commit is contained in:
parent
51fe206736
commit
f03544c468
2 changed files with 0 additions and 2 deletions
|
@ -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", () => {
|
||||
|
|
|
@ -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", () => {
|
||||
|
||||
|
|
Loading…
Reference in a new issue