khalidn@Khalids-MacBook-Air Next % npx create-nx-workspace --preset=next✔ Application name · site✔ Use Nx(It's free and doesn't require registration.) · No
> NX
我可以使用Jest命令nx test myApp来运行这个应用程序的测试。这个很好用。但是,我想使用Jest的。在运行我的测试时,无法找到实现这个目标的方法。Nx的文件简单地说:
nx test myapp
我无法找到有关此命令的任何更详细的文档,也无法找到如何向该命令添加任何其他选项/标志。是否与nx test一起使用监视模式?