From 67f44560730fbd9235d9f0544ec29a95b36ef682 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 18 Feb 2017 23:32:59 +0100 Subject: [PATCH] update tests --- test/test_latest.sh | 4 ++-- test/test_npmci.sh | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/test/test_latest.sh b/test/test_latest.sh index 6605dfc..1327135 100644 --- a/test/test_latest.sh +++ b/test/test_latest.sh @@ -5,5 +5,5 @@ npm -v node -v # test yarn -npmci command yarn install npmts -npmci command npmts -v +yarn install npmts +npmts -v diff --git a/test/test_npmci.sh b/test/test_npmci.sh index 0c64fb8..4824907 100644 --- a/test/test_npmci.sh +++ b/test/test_npmci.sh @@ -1 +1,9 @@ +# check if npmci is available npmci -v + +# check if we can use lts +npmci install lts + +# check if yarn picks it up +npmci command yarn install npmts +npmci command npmts -v