Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 单元测试环境(包含覆盖率测试)
- Host: GitHub
- URL: https://github.com/pdsuwwz/vite-react-unit
- Owner: pdsuwwz
- License: mit
- Created: 2021-11-30T01:54:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T10:10:14.000Z (about 2 months ago)
- Last Synced: 2024-09-17T15:22:13.345Z (about 2 months ago)
- Topics: babel, jest, react, sample, testing, typescript, unit, unit-testing, vite
- Language: TypeScript
- Homepage:
- Size: 608 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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