diff --git a/app/soapbox/reducers/__tests__/alerts-test.js b/app/soapbox/reducers/__tests__/alerts-test.js index 6aec85975..0e000bf2d 100644 --- a/app/soapbox/reducers/__tests__/alerts-test.js +++ b/app/soapbox/reducers/__tests__/alerts-test.js @@ -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', () => {