Skip to content

awesomund/interview_js_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

interview_js_test

This is a set of tasks which can be used as a TDD-kata. Can for example be opened and used "out of the box" for a tech interview.

How to use it

This project uses Mocha to run tests. To install Mocha, simply run npm install -g mocha.

To run tests:

mocha will run all tests.

mocha <path-to-file> will run tests in a specific file.

Open luhn_task.js, start coding, and run mocha luhn_task.js to run your tests!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published