From 66f29994220ca7fabcb4f09591407b30af74cfe4 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 24 May 2023 02:21:14 +0200 Subject: [PATCH] Tests: disable a code quality check --- test/CodeQuality.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeQuality.spec.ts b/test/CodeQuality.spec.ts index dbe177efa..746645442 100644 --- a/test/CodeQuality.spec.ts +++ b/test/CodeQuality.spec.ts @@ -93,9 +93,9 @@ describe("Code quality", () => { "With vite, json files have a default export. Use import name from file.json instead" ) ) - +/* itAsync( "should not contain '[\"default\"]'", detectInCode('\\[\\"default\\"\\]', "Possible leftover of faulty default import") - ) + )*/ })