mirror of
https://github.com/certd/certd.git
synced 2026-05-14 12:07:32 +08:00
chore: 为多个package.json添加test:unit脚本并更新全局测试命令
在多个库和插件的package.json中添加统一的test:unit脚本 同时在根package.json中添加全局test:unit命令以并行运行所有子项目的单元测试
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
"lint-types": "tsd",
|
||||
"prepublishOnly": "npm run build-docs",
|
||||
"test": "mocha -t 60000 \"test/setup.js\" \"test/**/*.spec.js\"",
|
||||
"test:unit": "echo no unit tests",
|
||||
"pub": "npm publish",
|
||||
"compile": "echo '1'"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user