Re: [whatwg/streams] Move to the upstream versions of WPTs (#662)

ricea commented on this pull request.



> @@ -2,8 +2,9 @@
   "private": true,
   "description": "Reference implementation and tests for the WHATWG Streams Standard",
   "scripts": {
-    "pretest": "bash ./update-web-platform-tests.sh",
-    "test": "npm run lint && node --expose_gc run-tests.js | tap-spec && npm run wpt",
+    "pretest": "git submodule init && git submodule update",

Looks like `git submodule update --init` will work here.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/662#pullrequestreview-17393161

Received on Thursday, 19 January 2017 06:55:59 UTC