Update choices.test.js

This commit is contained in:
Darren Mackintosh 2019-03-15 16:57:57 +00:00 committed by GitHub
parent aceb838988
commit 9c021408fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
import { expect } from 'chai';
import { spy, stub } from 'sinon';
import { Choices } from './choices';
import Choices from './choices';
import { EVENTS, ACTION_TYPES } from './constants';
describe('choices', () => {