英文:
How do I just the Jest runner with the watch option
问题
我正在测试随 v16 一起发布的新实验性 jest 运行器(@angular-devkit/build-angular:jest
)。
你知道如何使用 --watch
选项运行吗?
也许它还没有准备好。
英文:
I'm testing the new experimental jest runner that shipped with v16. (@angular-devkit/build-angular:jest
).
Do have any idea how to run with the --watch
option ?
Maybe it's not ready yet.
答案1
得分: 1
我刚刚检查了提供这些运行器的Angular CLI仓库:
截止到今天,它在设置中不存在。
当它可用时,我们将在这里看到它。
英文:
I just checked the Angular CLI repo which provides the runners:
As of today, it's not present in the settings.
We'll see it here when it's available.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论