Update compose-test.js

tl-language-filters
Curtis 2020-07-01 01:51:21 +00:00
rodzic 0641b29e2a
commit e88bf30d7a
1 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -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', () => {