Brenw10 / texoit-react-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-requisites

  • Node 18 installed

Getting Started

First, execute npm install to install all necessary packages

Second, run the development server:

npm run dev

Testing

Just run npm run test to execute jest tests.

If you want to execute tests for a specific path or file execute the following code:

npm run test -- [PATH]

About


Languages

Language:TypeScript 95.6%Language:JavaScript 3.2%Language:CSS 1.2%