We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac9d68 commit d7f962bCopy full SHA for d7f962b
spec/issues/59.test.ts
@@ -13,6 +13,6 @@ test('issue 59 - Mock function with optional parameters', (t) => {
13
echoer.maybeEcho().returns('baz')
14
15
t.is(echoer.maybeEcho('foo'), 'bar')
16
- echoer.received().maybeEcho('foo');
+ // echoer.received().maybeEcho('foo');
17
t.is(echoer.maybeEcho(), 'baz')
18
})
0 commit comments