/nexmock

Mock for Nexmo

Primary LanguageTypeScript

Nexmock

Save money and make your CTO happy

Screenshot 2019-06-25 at 23 19 48

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov