cargarg7 / fibonacci-kata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template - Testing Sostenible con TypeScript

Plantilla base para practicar las katas del curso o para empezar un proyecto nuevo.

Incluye:

  • TypeScript
  • Jest
  • ESLint
  • Prettier
  • Husky

Instrucciones

  • npm install
  • npm test

Más información sobre el curso en testingsostenible.com.

Testing Sostenible con TypeScript

ESLint

TypeScript ESLint Rules

Husky hooks

  • Pre-commit: Execute npm analize (tsc + eslint --fix)
  • Pre-push: Execute test

About


Languages

Language:TypeScript 91.5%Language:JavaScript 8.5%