English | 简体中文
| 方向 | 支持 |
|---|---|
| 定位 | rc-component 包共享的 Jest 测试运行器与 GitHub Actions 工作流。 |
| 包名 | rc-test |
| 发布 | @rc-component/np / rc-np |
npm install rc-test --save-devnpx rc-test --coverage| 名称 | 说明 |
|---|---|
rc-test |
使用 rc-component 默认配置运行 Jest。 |
rc-test --coverage |
运行测试并收集覆盖率。 |
npm install
npm run compile
npm run test:onlynpm run prepublishOnly发布流程通过 @rc-component/np 提供的 rc-np 命令处理。
rc-test 基于 MIT 协议发布。