add some tests

This commit is contained in:
Philipp Kunz 2016-06-11 23:11:05 +02:00
parent 6f27262366
commit f829c38137
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
npm -v
node -v
node -v

1
test/test_npmci Normal file
View File

@ -0,0 +1 @@
npmci -v

6
test/test_npmts.sh Normal file
View File

@ -0,0 +1,6 @@
npmci install stable
npmci command npmts -v
npmci install lts
npmci command npmts -v
npmci install legacy
npmci command npmts -v