Changed TestApiProvider imports in shortcut plugin
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-shortcuts': patch
|
||||
---
|
||||
|
||||
Changed TestApiProvider imports
|
||||
@@ -21,10 +21,10 @@ import { DefaultShortcutsApi, shortcutsApiRef } from './api';
|
||||
import {
|
||||
MockAnalyticsApi,
|
||||
MockStorageApi,
|
||||
TestApiProvider,
|
||||
renderInTestApp,
|
||||
} from '@backstage/test-utils';
|
||||
import { AlertDisplay } from '@backstage/core-components';
|
||||
import { TestApiProvider } from '@backstage/test-utils';
|
||||
import { analyticsApiRef } from '@backstage/core-plugin-api';
|
||||
|
||||
describe('AddShortcut', () => {
|
||||
|
||||
Reference in New Issue
Block a user