Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 877 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 877 Bytes

Solving dojos with TDD Build Status Coverage Status

Getting Started

git clone https://github.com/Everton747/dojos.git

Prerequisites

Node.js

Installing

After git clone:

cd dojos

and install node dependencies:

npm install

Running the tests

For run tests:

npm run test

For run tests with -watch:

npm run test:tdd

Coding style tests

npm run lint

Authors

License

This project is licensed under the MIT License - see the license.MD file for details