Преглед изворни кода

update JS unit test requirements

El RIDO пре 8 година
родитељ
комит
14d4226173
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      tst/README.md

+ 2 - 2
tst/README.md

@@ -51,7 +51,7 @@ and jsdom-global locally:
 ```console
 ```console
 $ npm install -g mocha istanbul
 $ npm install -g mocha istanbul
 $ cd PrivateBin/js
 $ 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
 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
 $ ln -s /usr/bin/nodejs /usr/local/bin/node
 $ npm install -g mocha istanbul
 $ npm install -g mocha istanbul
 $ cd PrivateBin/js
 $ 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
 Note: If you use a distribution that provides nodeJS >= 6, then you can install