From e88bf30d7a42997251d882f30f86a0454e4ea631 Mon Sep 17 00:00:00 2001 From: Curtis Date: Wed, 1 Jul 2020 01:51:21 +0000 Subject: [PATCH] Update compose-test.js --- app/soapbox/reducers/__tests__/compose-test.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/soapbox/reducers/__tests__/compose-test.js b/app/soapbox/reducers/__tests__/compose-test.js index e75206e42..96a34dd54 100644 --- a/app/soapbox/reducers/__tests__/compose-test.js +++ b/app/soapbox/reducers/__tests__/compose-test.js @@ -1,12 +1,11 @@ import reducer from '../compose'; 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 { SETTING_CHANGE } from 'soapbox/actions/settings'; import * as actions from 'soapbox/actions/compose'; -import { STORE_HYDRATE } from 'soapbox/actions/store'; -import { REDRAFT } from 'soapbox/actions/statuses'; -import { TIMELINE_DELETE } from 'soapbox/actions/timelines'; +//import { STORE_HYDRATE } from 'soapbox/actions/store'; +//import { REDRAFT } from 'soapbox/actions/statuses'; +//import { TIMELINE_DELETE } from 'soapbox/actions/timelines'; describe('compose reducer', () => { it('returns the initial state by default', () => {