Skip to content

Commit 16706e7

Browse files
committed
add typing for the spys
1 parent a9e8be3 commit 16706e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/compass-indexes/src/components/create-index-actions/create-index-actions.spec.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import { Provider } from 'react-redux';
1414
import CreateIndexActions from '.';
1515

1616
describe('CreateIndexActions Component', function () {
17-
let clearErrorSpy;
18-
let onCreateIndexClickSpy;
19-
let closeCreateIndexModalSpy;
17+
let clearErrorSpy: any;
18+
let onCreateIndexClickSpy: any;
19+
let closeCreateIndexModalSpy: any;
2020
const store = setupStore();
2121

2222
beforeEach(function () {

0 commit comments

Comments
 (0)