From d1181e8a169447fb305126c442b4f62e4251d601 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 4 Feb 2023 03:02:49 +0100 Subject: [PATCH] chore: allow disabled tests Signed-off-by: CrazyMax --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3d4543c..4316e1e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,6 +29,7 @@ "error", { "ignore": ["csv-parse/sync"] } - ] + ], + "jest/no-disabled-tests": 0 } }