Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 657 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 657 Bytes

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>