use interface to avoid lint error

pull/7537/head
Arman Ozak 5 years ago
parent ec84273b3c
commit 2778998c4a

@ -105,7 +105,7 @@ describe('RouterEvents', () => {
});
});
type NavigationEventTest = {
interface NavigationEventTest {
filtered: [NavigationEventKey, ...NavigationEventKey[]];
expected: number[];
};
}

Loading…
Cancel
Save