我将NestJ与Nx.dev一起用于monorepo。在我安装了csv-解析/同步并使用了Jest之后,测试就不再工作了。Jest encountered an unexpected token
Jest failed to parse a file.This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when JestOut
我正在尝试设置一个monorepo,使用管理monorepo,使用作为我的测试框架,使用作为我的测试运行器。当我尝试启动wallaby时,我在wallaby控制台中得到错误[Error] Automatic Jest configuration error: Module jest-cli is not found我对rush和它的monorepo方法的理解是,根没有package.json -只有实际的库/应用程序有一个p