Move more tests over to vitest (#34249)
* Move more tests over to vitest * Add exception for test_setting
This commit is contained in:
@@ -36,7 +36,7 @@ const SETTINGS_FILE_RELATIVE = path.relative(ROOT, SETTINGS_FILE);
|
||||
// search terms, but keep this list as a manual escape hatch for cases the heuristic can't
|
||||
// see (e.g. usage mediated through a helper function rather than a literal reference).
|
||||
const KNOWN_USED_OVERRIDES = new Set<string>([
|
||||
// e.g. "someSettingName",
|
||||
"test_setting", // only used in tests
|
||||
]);
|
||||
|
||||
interface DeclaredSetting {
|
||||
|
||||
Reference in New Issue
Block a user