From 9e23bf481164ae20f140ff5121152b1a9b0458cc Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 11 Mar 2017 14:43:34 +0100 Subject: [PATCH] fix tests --- test/test_latest.sh | 4 ---- test/test_stable.sh | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 test/test_stable.sh diff --git a/test/test_latest.sh b/test/test_latest.sh index 05cce7f..cc2caff 100644 --- a/test/test_latest.sh +++ b/test/test_latest.sh @@ -3,7 +3,3 @@ # test availability of node and npm npm -v node -v - -# test yarn -yarn global add npmts -npmts -v diff --git a/test/test_stable.sh b/test/test_stable.sh new file mode 100644 index 0000000..96e0b46 --- /dev/null +++ b/test/test_stable.sh @@ -0,0 +1,3 @@ +# test yarn +yarn global add npmts +npmts -v \ No newline at end of file