mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-06 22:37:14 +08:00
Add react-native-oss-e2e job to Sandcastle, running JavaScript e2e tests from open source
Summary: Remove unused path variable from open source JavaScript test script. Reviewed By: cpojer Differential Revision: D14899083 fbshipit-source-id: 880102d404ca72c352a20654cb12263d98945a8b
This commit is contained in:
committed by
Facebook Github Bot
parent
96cf6f821e
commit
d65daa0d3f
@@ -20,7 +20,6 @@
|
||||
require('shelljs/global');
|
||||
|
||||
const argv = require('yargs').argv;
|
||||
const path = require('path');
|
||||
|
||||
const numberOfMaxWorkers = argv.maxWorkers || 1;
|
||||
let exitCode;
|
||||
|
||||
Reference in New Issue
Block a user