Remove only
This commit is contained in:
@@ -4,7 +4,7 @@ import * as fs from "fs";
|
|||||||
import * as JSONC from "comment-json";
|
import * as JSONC from "comment-json";
|
||||||
import { expect } from "chai";
|
import { expect } from "chai";
|
||||||
|
|
||||||
describe.only("Validate", function () {
|
describe("Validate", function () {
|
||||||
const folder = path.join(Files.TestFolder(), "..", "source");
|
const folder = path.join(Files.TestFolder(), "..", "source");
|
||||||
console.log(folder);
|
console.log(folder);
|
||||||
const files = Files.GetFiles(folder);
|
const files = Files.GetFiles(folder);
|
||||||
|
|||||||
Reference in New Issue
Block a user