Tests: disable a code quality check

This commit is contained in:
Pieter Vander Vennet 2023-05-24 02:21:14 +02:00
parent efdff6335f
commit 66f2999422

View file

@ -93,9 +93,9 @@ describe("Code quality", () => {
"With vite, json files have a default export. Use import name from file.json instead" "With vite, json files have a default export. Use import name from file.json instead"
) )
) )
/*
itAsync( itAsync(
"should not contain '[\"default\"]'", "should not contain '[\"default\"]'",
detectInCode('\\[\\"default\\"\\]', "Possible leftover of faulty default import") detectInCode('\\[\\"default\\"\\]', "Possible leftover of faulty default import")
) )*/
}) })