mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
test(frontend): Migrate from describe/it to flat test() pattern (#35305)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -55,6 +55,7 @@ const createDashboards = (numberOfItems: number) => {
|
||||
return dashboards;
|
||||
};
|
||||
|
||||
// eslint-disable-next-line no-restricted-globals -- TODO: Migrate from describe blocks
|
||||
describe('DashboardsSubMenu', () => {
|
||||
test('exports SEARCH_THRESHOLD constant', () => {
|
||||
expect(SEARCH_THRESHOLD).toBe(10);
|
||||
|
||||
Reference in New Issue
Block a user