You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe gopherjs test should warn about node-syscall not being installed?
It seems gopherjs test requires the syscall module, even though it didn't require it some time ago. I think this is the same issue as #626, so I'll close this as duplicate.
There's also a chance that #710 will fix it, it needs to be finished reviewing.
Otherwise, yes, this should be documented and/or gopherjs test can print a warning/error message if the syscall module is unavoidably needed yet missing.
Create a sample test that does nothing
run gopherjs test and though the test is marked as passing, the run fails
The text was updated successfully, but these errors were encountered: