Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Eliminate yarn test spam #1024

Merged
merged 13 commits into from
Apr 3, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix spurious state in rhs reducer tests
  • Loading branch information
lieut-data committed Mar 28, 2018
commit 9a49fde133fa5e6cf964d3a80ce52ddb3a268a23
2 changes: 0 additions & 2 deletions tests/redux/reducers/views/rhs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ describe('Reducers.RHS', () => {

const nextState2 = rhsReducer(
{
state: RHSStates.PIN,
},
{
type: ActionTypes.SELECT_POST,
Expand All @@ -194,7 +193,6 @@ describe('Reducers.RHS', () => {

const nextState3 = rhsReducer(
{
state: RHSStates.FLAG,
previousRhsState: RHSStates.SEARCH,
},
{
Expand Down