Skip to content

Working examples of common configurations using mocha ☕️

License

Notifications You must be signed in to change notification settings

outsideris/mocha-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mocha examples

A set of examples to help demontrate common configurations using Mocha. They should all run out-the-box.

Build Status lerna

Examples

Adding a new example

Follow the below steps:

  1. Clone this repo locally
  2. Create your folder under packages/
  3. Run npm init
  4. Now build your application and open a PR (its npm test will automatically be run in CI).

Requirements

Each example application will have its own package dependencies but also a version of Node.js it was designed and built from.

Reporting a bug?

Feel free to send a branch to supply an MCVE from one of the applications.

Potential setups to add in future

  • Angular
  • Pipe json output to file

We welcome suggestions on other useful setups.

About

Working examples of common configurations using mocha ☕️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • HTML 9.2%
  • TypeScript 3.8%