Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pdsuwwz/vite-react-unit

Unit Testing for React 18.x + TS -- 搭建 React 单元测试环境(包含覆盖率测试)
https://github.com/pdsuwwz/vite-react-unit

babel jest react sample testing typescript unit unit-testing vite

Last synced: 13 days ago
JSON representation

Unit Testing for React 18.x + TS -- 搭建 React 单元测试环境(包含覆盖率测试)

Awesome Lists containing this project

README

        

# vite-react-unit

[![Deploy](https://github.com/pdsuwwz/vite-react-unit/workflows/Unit-Testing/badge.svg)](https://github.com/pdsuwwz/vite-react-unit/actions/workflows/unit-testing.yml)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/pdsuwwz/vite-react-unit/unit-testing.yml?branch=main)](https://github.com/pdsuwwz/vite-react-unit/deployments/activity_log)
[![codecov](https://codecov.io/gh/pdsuwwz/vite-react-unit/branch/main/graph/badge.svg)](https://codecov.io/gh/pdsuwwz/vite-react-unit)
[![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
[![Author](https://img.shields.io/badge/Author-Wisdom-9cf)](https://github.com/pdsuwwz)
[![License](https://img.shields.io/github/license/pdsuwwz/vite-react-unit?color=blue)](https://github.com/pdsuwwz/vite-react-unit/blob/master/LICENSE)

Unit Testing for React 18.x + TS