First you need to install dev dependencies :
npm i
then to test your code :
npm run test:[name of the kata]
You should complete katas like this :
- string-compare
- chessboard
- soccer
- pascal-case
- uniq
Tips : to work properly, your function/class must have the same name as the export.