feat: add toInclude() function (#2234)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
Ace Nassri
2022-04-05 03:27:14 -07:00
committed by GitHub
parent c415fdb70a
commit 9b5fec7b32
5 changed files with 244 additions and 3 deletions

View File

@@ -9,7 +9,8 @@
"toBeLevel4xx": "fn()",
"toBeLevel5xx": "fn()",
"toBeType": "fn(type: string)",
"toHaveLength": "fn(length: number)"
"toHaveLength": "fn(length: number)",
"toInclude": "fn(value: ?)"
}
},
"pw": {