switching webcrypto library to native node crypto implementation (requires node>=10)

This commit is contained in:
El RIDO
2020-06-01 08:07:25 +02:00
parent 7794915172
commit dfed1a4b45
3 changed files with 4 additions and 3 deletions

View File

@@ -104,7 +104,8 @@ $ cd PrivateBin/js
$ npm install
```
To run the tests, just change into the `js` directory and run istanbul:
To run the tests, just change into the `js` directory and run nyc (will produce
coverage report) or just mocha:
```console
$ cd PrivateBin/js