Skip to content

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

Notifications You must be signed in to change notification settings

BrancuAlexandru/PenguinKata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published