我正在尝试在使用node-jt400的项目中设置JestJS,该项目具有node-java作为依赖项,运行测试时出现错误。这是我第一次使用JestJS,因此可能是因为我没有正确配置某些东西。该应用程序可以正常运行,这就是为什么我认为它与JestJS有关。
● Test suite failed to run
The specified module could not be found.
\\?\C:\Users\jmiles\code\nodeJS\tor\node_modules\java\build\Release\nodejavabridge_bindings.node
Error: The specified module could not be found.
\\?\C:\Users\jmiles\code\nodeJS\tor\node_modules\java\build\Release\nodejavabridge_bindings.node
at Runtime.requireModule (node_modules/jest-runtime/build/index.js:372:31)
at Object.<anonymous> (node_modules/java/lib/nodeJavaBridge.js:21:16)