github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/utils/wasmserver/main_test.go (about) 1 package main 2 3 /*func TestGoPath(t *testing.T) { 4 count.Tests(t, 1) 5 6 pwd := goPath() 7 8 if pwd == "" { 9 t.Error("$GOPATH env var appears to be unset. This is needed for wasmserver to locate which directory to serve") 10 } 11 }*/ 12 13 /*func TestPathBuilder(t *testing.T) { 14 count.Tests(t, 1) 15 16 test.Exists(t, pathBuilder()+"/index.html") 17 }*/