john20xdoe / scratch-ts-jest

setup of a TDD project with jest and ts, starting from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scratch-ts-jest

setup of a TDD with jest and ts, starting from scratch Used to demo TDD samples either using js or ts files.

Usage

  • Simply add your methods in src (or modify App.ts).
  • Add the corresponding test file in tests (or modify App.test.ts).
  • Run with npm test.

About

setup of a TDD project with jest and ts, starting from scratch

License:MIT License


Languages

Language:JavaScript 95.7%Language:TypeScript 4.3%