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.
我将ava与我的 Electron 应用程序的测试框架nyc结合使用。执行我的测试后,我注意到只有来自主进程的文件被捕获。
我的package.json样子是这样的:
package.json
"ava-ts": "nyc --reporter=html --reporter=text ava-ts",
谁能解释我为什么会这样以及如何解决它?非常感谢!