| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I don't have admin privs to add/remove contributors. pinging @caolan |
Sorry, something went wrong.
|
@brodybits if this is a one-off change I will publish a new version for you (and please keep the deprecation notice in your patch). Alternatively, if you're volunteering for ongoing maintenance of the project we can look into granting you publish rights after discussing your future plans. |
Sorry, something went wrong.
* blank line * Add Node.js versions: - 10.x (explicit) - 8.x - 6.14.x - 4.9.x (4.9.1)
|
In terms of the amount of sheer work, converting the tests in xcode to some other testing framework is significantly less work than the maintenance burden of bringing nodeunit into modernity. There is a lot of hidden work there. Just my 2¢ … |
Sorry, something went wrong.
|
I just rebased and pushed the changes without removing the deprecation notice, would like to see it published asap (today if possible). FYI it seems to pass its own test suite on really old Node.js back to 0.12, though with a few ugly engine warnings. FYI the request for publishing rights that I sent by email with cc support@npmjs.com still stands according to https://www.npmjs.com/policies/disputes. Purpose is to keep the dependencies up to date, fix the worst of the documentation errors, and resolve other critical issues that may come up until we are able to finish porting the tests out (hope I don't have to rush it). In terms of GitHub I can do the maintenance here or in a fork. I would also be fine in case you guys decide to nominate someone else to take over npm publish, suggest you would respond to my email in that case. |
Sorry, something went wrong.
|
@brodybits v0.11.3 has been published to NPM. Thanks for your pull request. |
Sorry, something went wrong.
|
When you're ready to update your test framework I suggest looking at Mocha's "exports" UI: https://mochajs.org/#exports. It's based on the nodeunit style and should be easy to port your test suite to. |
Sorry, something went wrong.
|
Thanks for your help with the quick merge and publish, works for cordova-node-xcode. I will look into Mocha Exports or maybe just using tap(e) in the future. I found an interesting article at: https://medium.com/javascript-scene/why-i-use-tape-instead-of-mocha-so-should-you-6aa105d8eaf4 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Resolves npm audit issues - wanted to resolve dev audit issues on Cordova xcode package (heavy use of nodeunit, which makes it highly difficult to port away).
Considering that this project has been marked deprecated and last npm publish was 8 months ago, I will request publish rights according to https://www.npmjs.com/policies/disputes.