Skip to content

Commit

Permalink
version: updated nanoid and rfc4648
Browse files Browse the repository at this point in the history
fixed: clarified readme
  • Loading branch information
diva-exchange committed Apr 4, 2022
1 parent c15ece7 commit 17a22e9
Show file tree
Hide file tree
Showing 4 changed files with 411 additions and 365 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,12 @@ Check whether the I2P test node is properly running by accessing the local conso

To modify the IP address of the local console, adapt the file `test/sam.diva.i2p.yml`.

After the docker container is running for two or three minutes (reason: the I2P network needs some minutes to integrate), execute the unit tests:
After the docker container is _running for about five minutes_ (reason: the I2P network needs some minutes to integrate), execute the unit tests:

```
npm run test
```
Executing the unit tests will take a few minutes. Reason: the communication via I2P gets tested - which is the purpose of this library.
Executing the unit tests will take around 5 minutes. Reason: the communication via I2P gets tested - which is the purpose of this library.

Stop the container (and purge all data within):
```
Expand Down
6 changes: 5 additions & 1 deletion dist/i2p-sam.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
Expand Down
Loading

0 comments on commit 17a22e9

Please sign in to comment.