react-native-navigation的迁移库

123456
  1. #!/bin/bash -e
  2. cd playground
  3. detoxAppBuildPath="ios/DerivedData/playground/Build/Products/Release_Detox-iphonesimulator/playground.app" BABEL_ENV=test ./node_modules/mocha/bin/mocha e2e --timeout 120000 --recursive --compilers js:babel-register
  4. cd ..