Test JavaScript code in multi Node environments locally.
$ npm install -g testen
$ testen -n 0.12.0 -n 4.2.4 -n 5.6.0 -- ava
# Using NVM instead of n?
$ testen -n 0.12.0 --nvm -- ava
$ testen --help
Usage:
--node/-n <version>: Add a node version to test
-- <command>: The test command you expect
--nvm: Test with NVM
MIT © EGOIST