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 モジュールを調べています。どんな助けでも大歓迎です(私がやった場合は解決策を投稿します)。