Update compose-test.js
This commit is contained in:
parent
0641b29e2a
commit
e88bf30d7a
|
@ -1,12 +1,11 @@
|
||||||
import reducer from '../compose';
|
import reducer from '../compose';
|
||||||
import { Map as ImmutableMap } from 'immutable';
|
import { Map as ImmutableMap } from 'immutable';
|
||||||
//import { COMPOSE_REPLY } from 'soapbox/actions/compose';
|
|
||||||
import { ME_FETCH_SUCCESS, ME_PATCH_SUCCESS } from 'soapbox/actions/me';
|
import { ME_FETCH_SUCCESS, ME_PATCH_SUCCESS } from 'soapbox/actions/me';
|
||||||
import { SETTING_CHANGE } from 'soapbox/actions/settings';
|
import { SETTING_CHANGE } from 'soapbox/actions/settings';
|
||||||
import * as actions from 'soapbox/actions/compose';
|
import * as actions from 'soapbox/actions/compose';
|
||||||
import { STORE_HYDRATE } from 'soapbox/actions/store';
|
//import { STORE_HYDRATE } from 'soapbox/actions/store';
|
||||||
import { REDRAFT } from 'soapbox/actions/statuses';
|
//import { REDRAFT } from 'soapbox/actions/statuses';
|
||||||
import { TIMELINE_DELETE } from 'soapbox/actions/timelines';
|
//import { TIMELINE_DELETE } from 'soapbox/actions/timelines';
|
||||||
|
|
||||||
describe('compose reducer', () => {
|
describe('compose reducer', () => {
|
||||||
it('returns the initial state by default', () => {
|
it('returns the initial state by default', () => {
|
||||||
|
|
Loading…
Reference in New Issue