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:
Héctor Ramos
2019-04-15 10:58:34 -07:00
committed by Facebook Github Bot
parent 96cf6f821e
commit d65daa0d3f

View File

@@ -20,7 +20,6 @@
require('shelljs/global');
const argv = require('yargs').argv;
const path = require('path');
const numberOfMaxWorkers = argv.maxWorkers || 1;
let exitCode;