Skip to content

Gnuk/template-ts-vite-kata

Repository files navigation

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

Format

To check format:

npm run format

To fix format:

npm run format:fix

Lint

To check lint:

npm run lint

To fix lint:

npm run lint:fix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published