File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1518,7 +1518,7 @@ test('spy called thrice', () => {
15181518})
15191519```
15201520
1521- ## lastCalledWith < Version >4.1.0</ Version > {#lastcalledwith}
1521+ ## lastCalledWith
15221522
15231523- ** Type:** ` (...args: any[]) => void `
15241524
@@ -1537,7 +1537,7 @@ test('spy last called with', () => {
15371537})
15381538```
15391539
1540- ## nthCalledWith < Version >4.1.0</ Version > {#nthcalledwith}
1540+ ## nthCalledWith
15411541
15421542- ** Type:** ` (n: number, ...args: any[]) => void `
15431543
@@ -1621,7 +1621,7 @@ test('spy returned times', () => {
16211621})
16221622```
16231623
1624- ## lastReturnedWith < Version >4.1.0</ Version > {#lastreturnedwith}
1624+ ## lastReturnedWith
16251625
16261626- ** Type:** ` (value: any) => void `
16271627
@@ -1642,7 +1642,7 @@ test('spy last returned with', () => {
16421642})
16431643```
16441644
1645- ## nthReturnedWith < Version >4.1.0</ Version > {#nthreturnedwith}
1645+ ## nthReturnedWith
16461646
16471647- ** Type:** ` (n: number, value: any) => void `
16481648
You can’t perform that action at this time.
0 commit comments