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") - ) + )*/ })