@sxzz/test-utils
Version:
Collection of common test utils.
38 lines (26 loc) • 1.06 kB
Markdown
# @sxzz/test-utils
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Unit Test][unit-test-src]][unit-test-href]
Collection of common test utils.
- Tree-shakable ESM
- Lightweight and fast
## Install
```bash
npm i @sxzz/test-utils
```
## Sponsors
<p align="center">
<a href="https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg">
<img src='https://cdn.jsdelivr.net/gh/sxzz/sponsors/sponsors.svg'/>
</a>
</p>
## License
[MIT](./LICENSE) License © 2024-PRESENT [Kevin Deng](https://github.com/sxzz)
<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/@sxzz/test-utils.svg
[npm-version-href]: https://npmjs.com/package/@sxzz/test-utils
[npm-downloads-src]: https://img.shields.io/npm/dm/@sxzz/test-utils
[npm-downloads-href]: https://www.npmcharts.com/compare/@sxzz/test-utils?interval=30
[unit-test-src]: https://github.com/sxzz/test-utils/actions/workflows/unit-test.yml/badge.svg
[unit-test-href]: https://github.com/sxzz/test-utils/actions/workflows/unit-test.yml