/Katas-Testing

A repo with some Katas done during EOI Full Stack course.

Primary LanguageJavaScript

Katas-Testing

This is a repository created from a template to practice testing and TDD with some Katas.

JavaScript Boilerplate

Suitable for Express Applications.

This boilerplate include:

  • 📙 Babel 7
  • ✅ Jest 26
  • 💅 Prettier & ESLint
  • 🔄 Server reload with nodemon

npm scripts

  • build: Build application into a build directory
  • start: Launches the transpiled file app.js
  • start:dev: Launches the src/app.js script in watch mode
  • lint: Lints the whole project
  • lint:fix: Lints and fixes the whole project
  • test: Runs all the tests
  • test:coverage: Runs and gathers coverage metrics
  • test:watch: Run tests in watch mode
  • clean: Removes any build/temp/cache directory