We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discovered by @godu we're missing implementations of test.serial.failing.only() and test.serial.failing.skip(). They need to be declared in https://github.com/avajs/ava/blob/76a8ce8ff44ca7df1e9767b8170c890ef8dbd9a9/lib/create-chain.js#L61:L89.
test.serial.failing.only()
test.serial.failing.skip()
This is a great issue to tackle for newcomers. I don't think we need to add tests for this either.
The text was updated successfully, but these errors were encountered:
Add test.serial.failing.{only|skip} implementations
0ecd0be
Fixes #1898.
Successfully merging a pull request may close this issue.
As discovered by @godu we're missing implementations of
test.serial.failing.only()
andtest.serial.failing.skip()
. They need to be declared in https://github.com/avajs/ava/blob/76a8ce8ff44ca7df1e9767b8170c890ef8dbd9a9/lib/create-chain.js#L61:L89.This is a great issue to tackle for newcomers. I don't think we need to add tests for this either.
The text was updated successfully, but these errors were encountered: