1.0.5 • Published 11 months ago

vite-react-jest v1.0.5

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

React + Vite + Jest

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

In addition to this Jest configuration is added.

Features

  • Runs prettier code formatting during commit
  • added jest and sample test file in example folder

How to use it

  • Clone it
git clone https://github.com/subraatakumar/vite-react-jest.git my-react-app

use your own app name in place of my-react-app

cd my-react-app
npm install

Running Example

Sample components and test files are updated with in example folder.

To run these test examples

npm run test

To learn more visit example folder

Ensure test cases during commit

  • To ensure test cases during commit please uncomment the second line .husky/pre-commit
  • You can add other commands as per your requirement

To bypass husky during commit

  • This step is not advisible
git commit --no-verify -m "commit message"
1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago