Skip to content

Commit

Permalink
commented broken code in 59 test (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilham-Habibullin authored and ffMathy committed Nov 13, 2019
1 parent 8ac9d68 commit d7f962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/issues/59.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ test('issue 59 - Mock function with optional parameters', (t) => {
echoer.maybeEcho().returns('baz')

t.is(echoer.maybeEcho('foo'), 'bar')
echoer.received().maybeEcho('foo');
// echoer.received().maybeEcho('foo');
t.is(echoer.maybeEcho(), 'baz')
})

0 comments on commit d7f962b

Please sign in to comment.