react-native-navigation的迁移库

test-js.js 210B

123456789
  1. const exec = require('shell-utils').exec;
  2. run();
  3. function run() {
  4. exec.execSync(`BABEL_ENV=test eslint lib/src integration e2e scripts playground/src`);
  5. exec.execSync(`BABEL_ENV=test jest --coverage`);
  6. }