Skip to content

Commit d7f962b

Browse files
Ilham-HabibullinffMathy
authored andcommitted
commented broken code in 59 test (#71)
1 parent 8ac9d68 commit d7f962b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/issues/59.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ test('issue 59 - Mock function with optional parameters', (t) => {
1313
echoer.maybeEcho().returns('baz')
1414

1515
t.is(echoer.maybeEcho('foo'), 'bar')
16-
echoer.received().maybeEcho('foo');
16+
// echoer.received().maybeEcho('foo');
1717
t.is(echoer.maybeEcho(), 'baz')
1818
})

0 commit comments

Comments
 (0)