mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
Fixing linting error.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {Map} from 'immutable'
|
||||
import {expect} from 'chai'
|
||||
import authReducer from '../../../../client/coral-framework/store/reducers/auth'
|
||||
import * as actions from '../../../../client/coral-framework/store/actions/auth'
|
||||
import {Map} from 'immutable';
|
||||
import {expect} from 'chai';
|
||||
import authReducer from '../../../../client/coral-framework/store/reducers/auth';
|
||||
import * as actions from '../../../../client/coral-framework/store/actions/auth';
|
||||
|
||||
describe ('authReducer', () => {
|
||||
describe('SET_LOGGED_IN_USER', () => {
|
||||
|
||||
Reference in New Issue
Block a user