Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add jest-extended into JellyfishSDK, it comes with more matcher #1885

Open
fuxingloh opened this issue Nov 29, 2022 · 0 comments
Open

add jest-extended into JellyfishSDK, it comes with more matcher #1885

fuxingloh opened this issue Nov 29, 2022 · 0 comments
Assignees
Labels
area/packages kind/feature New feature request triage/accepted Triage has been accepted

Comments

@fuxingloh
Copy link
Member

What would you like to be added:

https://github.com/jest-community/jest-extended

Why is this needed:

it('should contain jest-extended', () => {
  expect(1).toBeOneOf([1, 2, 3]);
  expect('').toBeEmpty();
});

/triage accepted
/area packages

@fuxingloh fuxingloh added the kind/feature New feature request label Nov 29, 2022
@github-actions github-actions bot added triage/accepted Triage has been accepted area/packages labels Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/packages kind/feature New feature request triage/accepted Triage has been accepted
Projects
None yet
Development

No branches or pull requests

2 participants