How to specify test directory for mocha?

后端 未结 14 1639
走了就别回头了
走了就别回头了 2020-12-04 05:59

Mocha tries to find test files under test by default, how do I specify another dir, e.g. server-test?

14条回答
  •  再見小時候
    2020-12-04 06:22

    This doesn't seem to be any "easy" support for changing test directory.
    However, maybe you should take a look at this issue, relative to your question.

提交回复
热议问题