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

https://github.com/ecomfe/san-test-utils

San Test Utils 是 San.js 官方的单元测试实用工具库
https://github.com/ecomfe/san-test-utils

Last synced: 11 months ago
JSON representation

San Test Utils 是 San.js 官方的单元测试实用工具库

Awesome Lists containing this project

README

          

# san-test-utils

## 介绍

San Test Utils 是为 [San.js](https://baidu.github.io/san/) 打造的测试库,它提供了为San组件进行单元测试的能力。该工具包参考了 [vue-test-utils](https://github.com/vuejs/vue-test-utils)。

## 安装

```
npm install san-test-utils
```

## 测试

```
npm test
```

## 文档

[文档](https://ecomfe.github.io/san-test-utils/)

## 与各个测试框架配合使用的示例

- [Jest示例](https://github.com/ecomfe/san-test-utils/tree/master/docs/demo/jest)
- [Mocha示例](https://github.com/ecomfe/san-test-utils/tree/master/docs/demo/mocha)
- [Karma示例](https://github.com/ecomfe/san-test-utils/tree/master/docs/demo/karma)