Updated reference to choices

Because I have attempted to fix the WebPack issue with choices, I need to change how it is referenced
This commit is contained in:
Darren Mackintosh 2019-03-14 11:46:39 +00:00 committed by GitHub
parent b1005061ff
commit cc32284e8a
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', () => {