Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 567 Bytes

README.MD

File metadata and controls

34 lines (26 loc) · 567 Bytes

micro-tested

A small setup of

  • micro - a simple http server / microservice server
  • mocha + chai - testing suite
  • async-to-gen - provide async/await in micro and in testing with mocha

Install

Pull the repo

git clone https://github.com/vuchl/micro-tested.git

Enter the repo

cd micro-tested

Install the dependencies

npm install

Run the server

npm start

Run tests

npm test