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
Currently all the tests are on the same file. This is because tape doesn't work well with multiple files.
Tests would be more maintainable if we could split them in multiple files and group them as you would do using mocha or similar test frameworks.
mocha
The text was updated successfully, but these errors were encountered:
Tape works fine with multiple files. But yes I agree it's time to split them up
Sorry, something went wrong.
No branches or pull requests
Currently all the tests are on the same file.
This is because tape doesn't work well with multiple files.
Tests would be more maintainable if we could split them in multiple files and group them as you would do using
mocha
or similar test frameworks.The text was updated successfully, but these errors were encountered: