We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d823a39 commit 7f251f1Copy full SHA for 7f251f1
README.md
@@ -13,7 +13,6 @@ JavaScript SDK for [LeanCloud](http://leancloud.cn/).
13
14
* fork 这个项目
15
* `npm install` 安装相关依赖
16
-* 服务环境通过 mocha 调试单个文件,如调试 file.js `mocha test file`
17
* 浏览器环境执行 `gulp dev`,会自动启动 demo 目录,可在 test-es6.js 中修改和测试,test-es5.js 为自动生成的代码
18
* 确保测试全部通过 `gulp test`,浏览器环境打开 test/test.html
19
* 提交并发起 Pull Request
0 commit comments