Closed
Description
With a simple test like:
package example
import "testing"
func TestExample(t *testing.T) {
}
It will always fail when ran via gopherjs test
:
gopherjs: Source maps disabled. Use Node.js 4.x with source-map-support module for nice stack traces.
PASS
fatal error: all goroutines are asleep - deadlock!
FAIL github.com/gopherjs/vecty/example 0.344s
I'm wondering if this is a known issue / people are not using gopherjs test
, or if it's potentially something configured incorrectly on my system.
- Using
gopherjs
version 3496c6f node --version
reportsv7.9.0
(the latest available viabrew
)
Metadata
Metadata
Assignees
Labels
No labels