我正在尝试直接在 WebStorm IDE 上运行 mocha 测试,但没有任何成功。
这是我的 jsTestDriver.conf 文件:
server: http://localhost:4224
load:
- node_modules/mocha/mocha.js
- node_modules/chai/chai.js
- node_modules/requirejs/require.js
- mocha-jstd-adapter/src/MochaAdapter.js
- routes/*.js
test:
- test/*.js
timeout: 90
现在我来看看能正常工作的 buster-format 模块。任何帮助表示赞赏(如果我这样做了,我会发布解决方案)。