From 14d422617372a94d0b69be8851bb435a7b868ee6 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 26 Jun 2018 22:21:33 +0200 Subject: [PATCH] update JS unit test requirements --- tst/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tst/README.md b/tst/README.md index e6f7d9e..d7f4ed0 100644 --- a/tst/README.md +++ b/tst/README.md @@ -51,7 +51,7 @@ and jsdom-global locally: ```console $ npm install -g mocha istanbul $ cd PrivateBin/js -$ npm install jsverify jsdom@9 jsdom-global@2 +$ npm install jsverify jsdom@9 jsdom-global@2 mime-types ``` Example for Debian and Ubuntu, including steps to allow the current user to @@ -63,7 +63,7 @@ $ sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share} $ ln -s /usr/bin/nodejs /usr/local/bin/node $ npm install -g mocha istanbul $ cd PrivateBin/js -$ npm install jsverify jsdom@9 jsdom-global@2 +$ npm install jsverify jsdom@9 jsdom-global@2 mime-types ``` Note: If you use a distribution that provides nodeJS >= 6, then you can install