cchrispy / basicMochaChai

Boilerplate code for unit testing with Mocha & Chai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mocha and Chai

Test environment setup

Getting started

run npm install to install dependencies
Create files in src/ and export them
Create tests in tests/ and import from ../src/
run npm test to test your code

About

Boilerplate code for unit testing with Mocha & Chai


Languages

Language:JavaScript 100.0%