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
We use vows for testing. The CLI doesn't support ES modules so I had to programmatically run the tests which result in poor output.
In addition it doesn't appear to be actively maintained.
xmpp.js uses ava so that's an option but it's quite slow and while a good fit for the async nature of xmpps.js - I'm not sure it makes sense for ltx.
xmpp.js
ava
xmpps.js
https://github.com/talentlessguy/awesome-node-esm#testing for alternatives
The text was updated successfully, but these errors were encountered:
use jest instead of Vow xmppjs#145
0ee7a59
No branches or pull requests
We use vows for testing. The CLI doesn't support ES modules so I had to programmatically run the tests which result in poor output.
In addition it doesn't appear to be actively maintained.
xmpp.js
usesava
so that's an option but it's quite slow and while a good fit for the async nature ofxmpps.js
- I'm not sure it makes sense for ltx.https://github.com/talentlessguy/awesome-node-esm#testing for alternatives
The text was updated successfully, but these errors were encountered: