我使用此guide将开玩笑的排毒测试更新为typecrip,但是当我执行detox test -c android.emu.dev
时会说
detox test -c android.emu.dev.release
detox[12169] INFO: [test.js] configuration="android.emu.dev.release" artifactsLocation="artifacts/android.emu.dev.release.2019-06-20 11-48-56Z" recordLogs="none" takeScreenshots="manual" recordVideos="none" recordPerformance="none" reportSpecs=true node_modules/.bin/jest --config=./e2e/jest.config.js --maxWorkers=1 '--testNamePattern=^((?!:ios:).)*$' "e2e"
No tests found
In /project/e2e
1 file checked.
testMatch: **/__tests__/**/*.js?(x),**/?(*.)+(spec|test).js?(x) - 0 matches
testPathIgnorePatterns: /node_modules/ - 1 match
Pattern: e2e - 0 matches
detox[12169] ERROR: [cli.js] Error: Command failed: node_modules/.bin/jest --config=./e2e/jest.config.js --maxWorkers=1 '--testNamePattern=^((?!:ios:).)*$' "e2e"