DetoxRunTimeError:Detox实例尚未初始化:尝试调用detox.init时发生错误

问题描述

我能够在一个新项目中运行排毒。但是,在现有项目中,我遇到以下问题。它适用于其他团队成员和CI,所以我很困惑这里发生的事情。请让我知道我还能提供什么其他信息。

  DetoxRuntimeError: Detox instance has not been initialized
    HINT: There was an error on attempt to call detox.init()
      4 | describe('',() => {
      5 |   beforeEach(async () => {
    > 6 |     await device.reloadReactNative();
        |                  ^
      7 |   });
      8 |
      9 |   afterall(async () => {
      at MissingDetox.throwError (../node_modules/detox/src/utils/MissingDetox.js:67:11)
    ```

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)