-
Notifications
You must be signed in to change notification settings - Fork 665
Open
Labels
PR welcomeA pull request for this issue would be welcomeA pull request for this issue would be welcomeenhancementNew feature or requestNew feature or requestexpectgood first issueGood for newcomersGood for newcomers
Description
The following APIs are currently not yet implemented in std/expect:
-
toMatchSnapShot -
toMatchInlineSnapShot -
toThrowErrorMatchingSnapShot -
toThrowErrorMatchingInlineSnapShot -
expect.anythingfeat(expect): add asymmetric matchers (#3964) #4366 -
expect.anyfeat(expect): add asymmetric matchers (#3964) #4366 -
expect.arrayContainingfeat(expect): add asymmetric matchers (#3964) #4366 -
expect.not.arrayContainingfix(expect): support expect.not.{arrayContaining,objectContaning,stringContaining,stringMatching} #6138 -
expect.closeTofeat(expect): addexpect.{closeTo, stringContaining, stringMatching}#4508 -
expect.objectContainingfix(expect): supportexpect.objectContaining#6065 -
expect.not.objectContainingfix(expect): support expect.not.{arrayContaining,objectContaning,stringContaining,stringMatching} #6138 -
expect.stringContainingfeat(expect): addexpect.{closeTo, stringContaining, stringMatching}#4508 -
expect.not.stringContainingfix(expect): support expect.not.{arrayContaining,objectContaning,stringContaining,stringMatching} #6138 -
expect.stringMatchingfeat(expect): addexpect.{closeTo, stringContaining, stringMatching}#4508 -
expect.not.stringMatchingfix(expect): support expect.not.{arrayContaining,objectContaning,stringContaining,stringMatching} #6138 -
expect.assertionsfix(expect,internal,testing): supportexpect.assertions#6032 -
expect.hasAssertionsfix(expect): supportexpect.hasAssertions()#5901 -
expect.addEqualityTesterfeat(expect): addexpect.addEqualityTestersapi. #4255 -
expect.addSnapshotSerializerfeat(expect): supportexpect.addSnapshotSerialize()api #4537 -
expect.extendfeat(expect): supportexpect.extend()api #4412
For those wanting to contribute, please submit one PR per API.
dandv
Metadata
Metadata
Assignees
Labels
PR welcomeA pull request for this issue would be welcomeA pull request for this issue would be welcomeenhancementNew feature or requestNew feature or requestexpectgood first issueGood for newcomersGood for newcomers