mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Refactor CopyIcon.test.js to TS (#59024)
This commit is contained in:
parent
2903e2dbf5
commit
f62e55f461
@ -26,7 +26,7 @@ describe('<CopyIcon />', () => {
|
|||||||
copyText: 'copyTextValue',
|
copyText: 'copyTextValue',
|
||||||
tooltipTitle: 'tooltipTitleValue',
|
tooltipTitle: 'tooltipTitleValue',
|
||||||
};
|
};
|
||||||
let copySpy;
|
let copySpy: jest.SpyInstance;
|
||||||
|
|
||||||
beforeAll(() => {
|
beforeAll(() => {
|
||||||
copySpy = jest.spyOn(copy, 'default');
|
copySpy = jest.spyOn(copy, 'default');
|
Loading…
Reference in New Issue
Block a user