Skip to content

A simple example of using mocha tests with micro

License

Notifications You must be signed in to change notification settings

vuchl/micro-tested

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple example of using mocha tests with micro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published