fix lint error
This commit is contained in:
parent
1402b12e3a
commit
78d0955db2
1 changed files with 2 additions and 2 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in a new issue