fix lint error

This commit is contained in:
Curtis ROck 2020-07-08 22:19:55 -05:00
parent 1402b12e3a
commit 78d0955db2

View file

@ -1,6 +1,6 @@
import reducer from '../alerts';
import { Map as ImmutableMap, List as ImmutableList } from 'immutable';
import * as actions from 'soapbox/actions/alerts';
import { List as ImmutableList } from 'immutable';
//import * as actions from 'soapbox/actions/alerts';
describe('alerts reducer', () => {
it('should return the initial state', () => {