Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 365 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 365 Bytes

testable-api-nodejs: ES6 - Babel - Express

to run: yarn start

to integration test, run: yarn test-integration

to unit test, run: yarn test-unit

to contract test, run: yarn test-contract

to all tests at once, run: yarn test

to standardize the code, run: yarn lint then: correct the errors manually and run again until correct all