This commit is contained in:
DaanV2
2021-08-18 20:48:09 +02:00
parent 7dfdb0802c
commit ba7e4203d8
8 changed files with 272 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
import { expect } from "chai";
import { Files } from "./Utillity";
describe("files", () => {
describe("Files", () => {
it("Root", () => {
const temp = Files.RootFolder();
console.log(temp);