chore(frontend): comprehensive TypeScript quality improvements (#37625)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-02-06 16:16:57 -05:00
committed by GitHub
parent e9ae212c1c
commit fc5506e466
441 changed files with 14136 additions and 9956 deletions

View File

@@ -263,7 +263,7 @@ describe('SaveDatasetModal', () => {
});
test('renders a checkbox button when template processing is enabled', () => {
// @ts-ignore
// @ts-expect-error
global.featureFlags = {
[FeatureFlag.EnableTemplateProcessing]: true,
};
@@ -272,7 +272,7 @@ describe('SaveDatasetModal', () => {
});
test('correctly includes template parameters when template processing is enabled', () => {
// @ts-ignore
// @ts-expect-error
global.featureFlags = {
[FeatureFlag.EnableTemplateProcessing]: true,
};
@@ -307,7 +307,7 @@ describe('SaveDatasetModal', () => {
});
test('correctly excludes template parameters when template processing is enabled', () => {
// @ts-ignore
// @ts-expect-error
global.featureFlags = {
[FeatureFlag.EnableTemplateProcessing]: true,
};