You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6d64344c31 | 7 years ago | |
---|---|---|
config | 7 years ago | |
public | 7 years ago | |
scripts | 7 years ago | |
src | 7 years ago | |
test | 7 years ago | |
.gitignore | 7 years ago | |
.jshintrc | 7 years ago | |
.travis.yml | 7 years ago | |
README.md | 7 years ago | |
dispatch.js | 7 years ago | |
package.json | 7 years ago | |
rap2-delos.release | 7 years ago |
README.md
rap2-delos CE
RAP2 服务端。
本地开发
npm run dev
测试
npm run test
或者
# 在任意文件变化后自动运行测试用例
npm run watch-test
# 在任意文件变化后自动运行指定的测试用例
npm run watch-test test/test.repository.js