mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
fixes it.each malformed usage (#4544)
This commit is contained in:
parent
85d8290450
commit
f4bc702401
@ -183,11 +183,11 @@ describe('global', () => {
|
||||
expect(store.getActions()).toEqual([expectedEvent]);
|
||||
});
|
||||
|
||||
it.each(
|
||||
it.each([
|
||||
'something',
|
||||
null,
|
||||
undefined,
|
||||
)('should go to home if initialized with an unsupported value: %s', async activity => {
|
||||
])('should go to home if initialized with an unsupported value: %s', async activity => {
|
||||
const settings = createSettings(true);
|
||||
const store = mockStore({
|
||||
global: {},
|
||||
|
Loading…
Reference in New Issue
Block a user