mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Removed unused imports
This commit is contained in:
parent
0938f2294e
commit
5fb2988473
@ -7,14 +7,8 @@ jest.unmock('jsonschema');
|
||||
jest.unmock('redux-thunk');
|
||||
jest.unmock('redux-mock-store');
|
||||
|
||||
import * as types from '../../constants/actionTypes';
|
||||
import validate from '../../validators/requestgroup';
|
||||
import thunk from 'redux-thunk';
|
||||
import configureMockStore from 'redux-mock-store';
|
||||
import {addRequestGroup} from "../requestgroups";
|
||||
import {updateRequestGroup} from "../requestgroups";
|
||||
|
||||
const mockStore = configureMockStore([thunk]);
|
||||
|
||||
describe('RequestGroup Actions', () => {
|
||||
it('should add valid group', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user