Skip to content

bobhodges1/kata-number-of-people-on-bus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Kata Template

Creative Commons License

This is part of Academy's technical curriculum for The Mark. All parts of that curriculum, including this project, are licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License

Setup

yarn

Run tests

yarn test - this will run jest

or

yarn test --bail - stop as soon as one suite fails

or

yarn test:watch - this will run jest --watchAll

Run without tests

yarn start - this will run node src/main.js

Writing tests

See https://jestjs.io/docs/expect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published