Gnuk / validator-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template TypeScript Kata with Vitest

This is a basic template to make a kata using TypeScript and Vitest.

Prerequisites

Tests

Create a test file in the src directory (example: FizzBuzz.spec.ts) add a test and run:

To watch tests:

npm test

To watch tests with coverage:

npm run test:coverage

To run tests in continuous integration:

npm run test:ci

About


Languages

Language:TypeScript 86.5%Language:JavaScript 13.5%