mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
fix
This commit is contained in:
parent
5fb2988473
commit
72f2ef1964
@ -2,14 +2,11 @@ jest.unmock('../requestgroups');
|
||||
jest.unmock('../global');
|
||||
jest.unmock('../../constants/global');
|
||||
jest.unmock('../../constants/actionTypes');
|
||||
jest.unmock('../../validators/requestgroup');
|
||||
jest.unmock('../../validators/requestGroup');
|
||||
jest.unmock('jsonschema');
|
||||
jest.unmock('redux-thunk');
|
||||
jest.unmock('redux-mock-store');
|
||||
|
||||
import thunk from 'redux-thunk';
|
||||
import configureMockStore from 'redux-mock-store';
|
||||
|
||||
describe('RequestGroup Actions', () => {
|
||||
it('should add valid group', () => {
|
||||
spyOn(Date, 'now').and.returnValue(1000000000000);
|
||||
|
Loading…
Reference in New Issue
Block a user