Update README.md

This commit is contained in:
sū yáng 2019-06-19 10:05:07 +08:00 committed by GitHub
parent 4a5062f192
commit 17209fa73f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ npm start
# 安装依赖
npm i
# 执行测试用
# 执行测试用
npm test
# 查看测试用覆盖率
# 查看测试用覆盖率
npm run coverage
```