Merge pull request #680 from nicolo-ribaudo/flow-tests

Fix flow test runner
This commit is contained in:
Henry Zhu
2017-08-31 14:36:47 -04:00
committed by GitHub
4 changed files with 222 additions and 76 deletions

View File

@@ -32,6 +32,9 @@ bootstrap-flow: clean
test-flow:
node scripts/run_flow_tests.js
test-flow-update-whitelist:
node scripts/run_flow_tests.js --update-whitelist
bootstrap-test262: clean
mkdir ./build
git clone https://github.com/tc39/test262.git ./build/test262