Skip to content

Commit f62e55f

Browse files
author
Hamas Shafiq
authored
Chore: Refactor CopyIcon.test.js to TS (grafana#59024)
1 parent 2903e2d commit f62e55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jaeger-ui-components/src/common/CopyIcon.test.js renamed to packages/jaeger-ui-components/src/common/CopyIcon.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('<CopyIcon />', () => {
2626
copyText: 'copyTextValue',
2727
tooltipTitle: 'tooltipTitleValue',
2828
};
29-
let copySpy;
29+
let copySpy: jest.SpyInstance;
3030

3131
beforeAll(() => {
3232
copySpy = jest.spyOn(copy, 'default');

0 commit comments

Comments
 (0)