Skip to content

Commit

Permalink
chore(overmind): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Aug 6, 2020
1 parent dc1ffb4 commit 5f8c1b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/node_modules/overmind/src/mock.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ describe('Mock', () => {
args: ['bar2!!!'],
hasChangedValue: true,
delimiter: '.',
revert: overmind.mutations[0].revert,
},
])
})
Expand Down Expand Up @@ -77,8 +76,7 @@ describe('Mock', () => {
path: 'foo',
args: ['bar!'],
hasChangedValue: true,
delimiter: '.',
revert: overmind.mutations[0].revert,
delimiter: '.',
},
])
})
Expand Down

0 comments on commit 5f8c1b6

Please sign in to comment.