forked from MapComplete/MapComplete
Tests: disable a code quality check
This commit is contained in:
parent
efdff6335f
commit
66f2999422
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
)
|
)*/
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue