Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugo Briasco committed Jun 23, 2019
1 parent b8057ef commit 4dadf14
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This is a node library for generating high test merchants/users with realistic a
AL AR AM AU AT AZ BD BE BA BR BZ BG CA CL CN CO CR DK EG GB EE FI FR GE DE GR HU IN IR IL IT JP KR MX MA NP NL NZ NG NO PK PL PT RO RU SA SK SI ES SE CH TR UA US VN
```

_Note:_ not all the countries have complete coverege. In case of mistakes, please open an issue or contribute to the project
_Note:_ not all the countries have complete coverage. In case of mistakes, please open an issue or contribute to the project

## Development

Expand All @@ -80,6 +80,15 @@ _Note:_ not all the countries have complete coverege. In case of mistakes, pleas
npm i
```

### Test

Run `npm test` to execute the unit and integration tests. It requires the following framework:

- [Mocha](https://mochajs.org/).
- [Chai](http://chaijs.com).

You can also run unit tests (`npm run test:unit`) or integration tests (`npm run test:integration`) separately

### Architecture

![depgraph](./dependencygraph.svg)
Expand Down

0 comments on commit 4dadf14

Please sign in to comment.