@retailwe/common-libs
v0.0.32
Published
RetailWe libs
Downloads
29
Readme
common
Common code such as libs, utils, helper, style, wxs
使用
安装
yarn add '@retailwe/common-libs' --save-exact
引入
import { status } from '@retailwe/common-libs';
const { Status } = status;
const bootstrapStatus = new Status('bootstrap');
API
开发
- 运行:
yarn watch
- 构建:
yarn build
- 单元测试:
yarn test
- 测试报告:
yarn cov
- 文档:
yarn doc
测试覆盖率
| File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | | --------- | ------- | -------- | ------- | ------- | ----------------- | | All files | 71.43 | 58.33 | 100 | 71.43 | | | image.ts | 71.43 | 58.33 | 100 | 71.43 | 20,21 |