Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
istanbulでMochaテスト コードのカバレッジを確認しようとしていますが、テストスクリプトに引数を指定する必要があります。--recursive_mocha
--recursive
_mocha
試してみistanbul cover "_mocha --recursive"ましたが、Unable to resolve file [_mocha --recursive] と表示されます。
istanbul cover "_mocha --recursive"
次のように動作するようです:
istanbul cover _mocha -- --recursive