Remove only

This commit is contained in:
DaanV2
2022-07-13 21:16:07 +02:00
parent 120a295ec4
commit 764708701a

View File

@@ -4,7 +4,7 @@ import * as fs from "fs";
import * as JSONC from "comment-json";
import { expect } from "chai";
describe.only("Validate", function () {
describe("Validate", function () {
const folder = path.join(Files.TestFolder(), "..", "source");
console.log(folder);
const files = Files.GetFiles(folder);