diff --git a/test/src/Validator.test.ts b/test/src/Validator.test.ts index 7531631b..1f4ac3bb 100644 --- a/test/src/Validator.test.ts +++ b/test/src/Validator.test.ts @@ -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);