Now that travis defaults to $GO111MODULES=on and gopherjs is not module aware, the gopherjs tests have been disabled. This could easily be fixed when gopherjs becomes module aware, but until then it could be fixed by either disabling go modules in the tests or testing instead using wasm and a framework like puppeteer.
Now that travis defaults to $GO111MODULES=on and gopherjs is not module aware, the gopherjs tests have been disabled. This could easily be fixed when gopherjs becomes module aware, but until then it could be fixed by either disabling go modules in the tests or testing instead using wasm and a framework like puppeteer.