Chore: housekeeping

This commit is contained in:
Pieter Vander Vennet 2025-06-19 21:55:28 +02:00
parent 4c001d718e
commit 6f7d94890a
29 changed files with 430 additions and 308 deletions

View file

@ -26,7 +26,7 @@ function detectInCodeUnwrapped(forbidden: string, reason: string): Promise<void>
"assets",
"vendor",
".idea/",
"android/"
"android/",
]
const command =
@ -154,7 +154,6 @@ describe("Code quality", () => {
)
)
/*
itAsync(
"should not contain 'import * as name from \"xyz.json\"'",