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

feat: add support for Tap #199

Merged
merged 3 commits into from
Sep 16, 2020
Merged

feat: add support for Tap #199

merged 3 commits into from
Sep 16, 2020

Conversation

revelt
Copy link
Contributor

@revelt revelt commented Sep 8, 2020

Tap is a synchronous unit test runner, written by Isaac Schlueter, creator of npm, and at the moment, it gets around 88K weekly downloads: https://www.npmjs.com/package/tap. For comparison, that's around 4 times the xo and half the ava download traffic and we support both here. Tap deserves to be mentioned among all other unit test runners.

Tap documentation says:

"... tap will look for a tap section in a package.json file"
https://node-tap.org/docs/configuring/

Copy link
Owner

@keithamus keithamus left a comment

Choose a reason for hiding this comment

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

👍

@keithamus keithamus merged commit 662c3e8 into keithamus:master Sep 16, 2020
@github-actions
Copy link

🎉 This PR is included in version 1.45.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants