Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 254 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 254 Bytes

Node.js CI

express-jest-example

Example of jest running with an express REST api

setup

npm i

run tests

npm test

autowatch

npm run test:watch