Skip to content

Commit 22dd648

Browse files
committed
Remove unused import of equal
1 parent f37f5b5 commit 22dd648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/suite/util/file-util.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { deepEqual, doesNotThrow, equal, throws } from "assert"
1+
import { deepEqual, doesNotThrow, throws } from "assert"
22

33
import { Settings } from "../../../settings"
44
import { FileUtil } from "../../../util/file-util"

0 commit comments

Comments
 (0)