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 b4df9ec commit 92f7e60Copy full SHA for 92f7e60
spec/issues/59.test.ts
@@ -13,5 +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');
17
t.is(echoer.maybeEcho(), 'baz')
18
})
0 commit comments