/PenguinKata

This is a repo with penguin themed coding challenges with TypeScript.

Primary LanguageTypeScript

PenguinKata

This is a repo with penguin themed coding challenges.

Technologies

  • TypeScript
  • Jest

Installation:

Type npm install in the terminal.

Test your answers:

Type npx jest FileName.test.ts

OR

Put this in your package.json file:

"scripts": { "test": "jest" }

And use npm test FileName.test.ts