Skip to content

Instantly share code, notes, and snippets.

@littledan
Created June 25, 2018 16:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save littledan/b227212781b6262b186c9d35bc2e0691 to your computer and use it in GitHub Desktop.
Save littledan/b227212781b6262b186c9d35bc2e0691 to your computer and use it in GitHub Desktop.
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/*
@littledan
Copy link
Author

test262-harness --test262Dir test262 --babelPresets stage-3 --hostType node --hostPath /path/to/node test262/test/intl402/*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment