Skip to content

tomas95go/basic-testing-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Testing Template

A simple boilerplate repository for practicing testing with TypeScript and Jest.
The goal is to avoid reconfiguring the same setup every time — just clone this repo and start writing tests.

Features

  • TypeScript support
  • Jest for unit testing
  • Preconfigured ts-jest integration
  • Scripts for compiling, running, and watching tests

Requirements

  • Node.js: 22.16.0
  • npm: 10.9.2
  • Yarn: 1.22.22 (used as package manager)

Installation

Clone the repository and install dependencies:

yarn install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors