我正在尝试设置一个mocha测试脚本,该脚本将查找子目录中的所有文件。当我运行npm run test命令时,我得到一个测试的通行证然后停止。
我可以将app_test.js移动到一个子目录中它会起作用但是在那个之后总是停止
的package.json:
n=5
文件夹结构
"scripts": {
"test": "mocha -w test/helpers/browser.js test/**/*_test.js",
"dev:hot": "webpack-dev-server --hot --inline --progress --colors --watch --display-error-details --display-cached --content-base ./"
},
示例测试
- client
-- src
-- project folders
-- test
-- components
-- other_test.js
-- actions
-- ect_test.js
-- ect
app_test.js