From 764708701ac4d3a82f19ad1e454d14c35638b7f7 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 13 Jul 2022 21:16:07 +0200 Subject: [PATCH] Remove only --- test/src/Validator.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);