mirror of
https://github.com/bendtherules/completion-viz.git
synced 2026-08-19 00:31:34 +00:00
Clone engine262 in /engine262
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
E=0
|
||||
|
||||
npm run test:test262 || E=$?
|
||||
npm run test:json || E=$?
|
||||
npm run test:supplemental || E=$?
|
||||
|
||||
exit $E
|
||||
Reference in New Issue
Block a user