switching webcrypto library to native node crypto implementation (requires node>=10)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user