Open
Description
The following APIs are currently not yet implemented in std/expect
:
-
toMatchSnapShot
-
toMatchInlineSnapShot
-
toThrowErrorMatchingSnapShot
-
toThrowErrorMatchingInlineSnapShot
-
expect.anything
feat(expect): add asymmetric matchers (#3964) #4366 -
expect.any
feat(expect): add asymmetric matchers (#3964) #4366 -
expect.arrayContaining
feat(expect): add asymmetric matchers (#3964) #4366 -
expect.not.arrayContaining
fix(expect): support expect.not.{arrayContaining,objectContaning,stringContaining,stringMatching} #6138 -
expect.closeTo
feat(expect): addexpect.{closeTo, stringContaining, stringMatching}
#4508 -
expect.objectContaining
fix(expect): supportexpect.objectContaining
#6065 -
expect.not.objectContaining
fix(expect): support expect.not.{arrayContaining,objectContaning,stringContaining,stringMatching} #6138 -
expect.stringContaining
feat(expect): addexpect.{closeTo, stringContaining, stringMatching}
#4508 -
expect.not.stringContaining
fix(expect): support expect.not.{arrayContaining,objectContaning,stringContaining,stringMatching} #6138 -
expect.stringMatching
feat(expect): addexpect.{closeTo, stringContaining, stringMatching}
#4508 -
expect.not.stringMatching
fix(expect): support expect.not.{arrayContaining,objectContaning,stringContaining,stringMatching} #6138 -
expect.assertions
fix(expect,internal,testing): supportexpect.assertions
#6032 -
expect.hasAssertions
fix(expect): supportexpect.hasAssertions()
#5901 -
expect.addEqualityTester
feat(expect): addexpect.addEqualityTesters
api. #4255 -
expect.addSnapshotSerializer
feat(expect): supportexpect.addSnapshotSerialize()
api #4537 -
expect.extend
feat(expect): supportexpect.extend()
api #4412
For those wanting to contribute, please submit one PR per API.