Changed 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:44:46 +00:00 committed by GitHub
parent 6486bbbd6d
commit b1005061ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
import { expect } from 'chai'; import { expect } from 'chai';
import choices, { defaultState } from './choices'; import { choices, defaultState } from './choices';
describe('reducers/choices', () => { describe('reducers/choices', () => {
it('should return same state when no action matches', () => { it('should return same state when no action matches', () => {