diff --git a/src/scripts/reducers/choices.test.js b/src/scripts/reducers/choices.test.js index 375a15a..9563f6c 100644 --- a/src/scripts/reducers/choices.test.js +++ b/src/scripts/reducers/choices.test.js @@ -1,5 +1,5 @@ import { expect } from 'chai'; -import { choices, defaultState } from './choices'; +import choices, { defaultState } from './choices'; describe('reducers/choices', () => { it('should return same state when no action matches', () => {