Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 355 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 355 Bytes

Debugging

Run npm install to install dependencies.

Implement all the problems in the problems/ folder.

Run npm test to test all your problems.

To test a specific problem, run npm test test/<name-of-problem-file>-spec.js. For example, if the problem file is called hello-world.js, then run npm test test/hello-world-spec.js to test it.