Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Detox で Jestを使用globalSetupしglobalTeardownて、detox のセットアップが 1 回だけ行われるようにしたいのですが、init が beforeAll でない場合、Detox は失敗するようです。
globalSetup
globalTeardown
助言がありますか?
Jest バージョン:22.0.4 デトックス バージョン:6.0.4
構成:
"globalSetup": "./setUpDetox.js", "globalTeardown": "./tearDownDetox.js",