This commit is contained in:
Gregory Schier 2016-04-03 15:58:35 -07:00
parent 5fb2988473
commit 72f2ef1964

View File

@ -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);