我希望用户使用 AVA 提交代码并针对该代码运行测试。AVA CLI 看起来很棒。但这将在像 Heroku 这样的托管环境中运行,并且需要响应包含代码提交和单元测试结果的 POST 请求。
当我尝试var test = require('ava')
然后test
在路由中调用该函数时,我在启动节点服务器时收到此消息:
[OKAY] Loaded ENV .env File as KEY=VALUE Format
10:24:11 PM web.1 | Test files must be run with the AVA CLI:
10:24:11 PM web.1 | $ ava index.js
[DONE] Killing all processes with signal null
10:24:11 PM web.1 Exited with exit code 1