reorg misc tests

This commit is contained in:
fyears
2021-11-07 13:13:40 +08:00
parent 385290c1cc
commit b9c17076b4
+1 -1
View File
@@ -4,7 +4,7 @@ import { expect } from "chai";
import * as misc from '../src/misc' import * as misc from '../src/misc'
describe("Misc tests", () => { describe("Misc: hidden file", () => {
it("should find hidden file correctly", () => { it("should find hidden file correctly", () => {
let item = ''; let item = '';
expect(misc.isHiddenPath(item)).to.be.false; expect(misc.isHiddenPath(item)).to.be.false;