Created
June 25, 2018 16:00
-
-
Save littledan/b227212781b6262b186c9d35bc2e0691 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install -g test262-harness | |
npm install -g babel-cli | |
npm install -g jsvu | |
jsvu | |
git clone https://github.com/tc39/test262.git | |
test262-harness --test262Dir test262 --babelPresets stage-3 --hostType d8 --hostPath ~/.jsvu/v8 test262/test/intl402/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test262-harness --test262Dir test262 --babelPresets stage-3 --hostType node --hostPath /path/to/node test262/test/intl402/*