From f829c3813782ccdf076c66f2440546b310b7f468 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 11 Jun 2016 23:11:05 +0200 Subject: [PATCH] add some tests --- test/test_latest.sh | 2 +- test/test_npmci | 1 + test/test_npmts.sh | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 test/test_npmci create mode 100644 test/test_npmts.sh diff --git a/test/test_latest.sh b/test/test_latest.sh index 78eba7d..3288f39 100644 --- a/test/test_latest.sh +++ b/test/test_latest.sh @@ -1,3 +1,3 @@ #!/bin/sh npm -v -node -v \ No newline at end of file +node -v diff --git a/test/test_npmci b/test/test_npmci new file mode 100644 index 0000000..0c64fb8 --- /dev/null +++ b/test/test_npmci @@ -0,0 +1 @@ +npmci -v diff --git a/test/test_npmts.sh b/test/test_npmts.sh new file mode 100644 index 0000000..16c503c --- /dev/null +++ b/test/test_npmts.sh @@ -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