Update index.test.js

This commit is contained in:
Darren Mackintosh 2019-03-14 12:31:29 +00:00 committed by GitHub
parent 92680c0dc0
commit 03a45094b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ import { createStore } from 'redux';
import { expect } from 'chai';
import rootReducer from './index';
import groups from './groups';
import { choices } from './choices';
import choices from './choices';
import items from './items';
describe('reducers/rootReducer', () => {