We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1495c3 commit 221a853Copy full SHA for 221a853
src/store/reducers/query/__test__/tabPersistence.test.tsx
@@ -1,7 +1,8 @@
1
import queryReducer, {setResultTab} from '../query';
2
+import type {QueryState} from '../types';
3
4
describe('QueryResultViewer tab persistence integration', () => {
- const initialState = {
5
+ const initialState: QueryState = {
6
input: '',
7
history: {
8
queries: [],
0 commit comments