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

Inject the test framework assertions #52

Open
flegall opened this issue Oct 1, 2016 · 0 comments
Open

Inject the test framework assertions #52

flegall opened this issue Oct 1, 2016 · 0 comments

Comments

@flegall
Copy link
Member

flegall commented Oct 1, 2016

For now I've been using chai assertions DSL, but most people don't use Chai assertions, and rather use the test framework assertions DSL.

Using Jasmine (used by Jest) assertions is straightforward, as they are global functions.
For Ava or Tape, it's a bit more complex as they are injected as the test method parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant