mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
reorg misc tests
This commit is contained in:
parent
385290c1cc
commit
b9c17076b4
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user