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

Allow names other than t for ava execution context #226

Merged

Conversation

DavidTanner
Copy link
Contributor

Updates to:

  • ava parser

In my company we often use the following, and I would much rather update this lib than fix all the tests by hand.

import test from 'ava';

test('some test', (test) => {
  ...
});

@DavidTanner DavidTanner force-pushed the allowDifferentExecutionContextName branch from 35cfb30 to 2d98d30 Compare August 11, 2021 22:17
Copy link
Owner

@skovhus skovhus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! 👏

Let me know if you find more cases we should handle while migrating the ava codebase.

@skovhus skovhus merged commit c6f6e4a into skovhus:master Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants