Skip to content

JcCaron/kata_jest_ts_fizzbuzz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD katas in TypeScript with Jest

This repo provides a starting point for doing TDD (kata) in TypeScript with Jest.

Preliminaries

  1. Clone this repo
  2. In a terminal (e.g., from VSCode) run npm install
  3. npm test should show that the sample test passes for the module in src/systemUnderTest.ts

The project is configured with tests in the test directory, and source files in the src directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.1%
  • JavaScript 2.9%