wasm test suite (#1116)

* wasm: add test suite using headlless chrome
This commit is contained in:
Brad Peabody
2020-05-23 05:12:01 -07:00
committed by GitHub
parent dda576e80b
commit 95f509b109
13 changed files with 447 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package main
import "fmt"
func main() {
var _ fmt.Stringer
println("did not panic")
}