Skip to content

Commit b226b1d

Browse files
committed
docs: remove badges from old functions
1 parent 6357b34 commit b226b1d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/api/expect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)