reorg misc tests

This commit is contained in:
fyears 2021-11-07 13:13:40 +08:00
parent 385290c1cc
commit b9c17076b4

View File

@ -4,7 +4,7 @@ import { expect } from "chai";
import * as misc from '../src/misc'
describe("Misc tests", () => {
describe("Misc: hidden file", () => {
it("should find hidden file correctly", () => {
let item = '';
expect(misc.isHiddenPath(item)).to.be.false;