Skip to content

WMattWood/codewars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

codewars

These are solutions to codewars katas which I have solved on codewars. Additionally, this repo serves as a learning ground for implementing tests. The testing is performed using jest and chai on the JavaScript side.

Only katas of 5kyu difficulty and up have been included.

Check out my profile including all solutions here!

JAVASCRIPT

To install the testing suite navigate into the js folder and run:

$ yarn install

To run tests from inside the js folder run:

$ yarn test

Or if you wish to run tests for a specific kata you can run:

$ yarn test <kataFileName>

About

a collection of codewars kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published