remove exported test globals from test/lib/common (#50256)

This commit is contained in:
Ashley Harrison
2022-06-06 15:38:37 +01:00
committed by GitHub
parent 22fbcebabf
commit 6fcb2cd307
24 changed files with 2 additions and 38 deletions

View File

@@ -1,4 +1,3 @@
import { describe, expect } from '../../../../../test/lib/common';
import { DashboardSearchHit, DashboardSearchItemType } from '../../../search/types';
import { DashboardLink } from '../../state/DashboardModel';