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
Hey, I realise I can't provide much info but when I try tape-run on WSL it fails without any output. The identical setup works on ubuntu, and in travis ci.
/scroll-into-view$ npm test
> scroll-into-view@1.12.2 test /scroll-into-view
> browserify ./test/test.js | tape-run
npm ERR! Test failed. See above for more details.
If I had to guess it'd be because wsl runs fully headless, and there might be some assumptions being made by electron (or it's configuration) around display output.
The text was updated successfully, but these errors were encountered:
Hey, I realise I can't provide much info but when I try tape-run on WSL it fails without any output. The identical setup works on ubuntu, and in travis ci.
Example of a repo that works everywhere but WSL: https://github.com/KoryNunn/scroll-into-view/
Example output from WSL:
If I had to guess it'd be because wsl runs fully headless, and there might be some assumptions being made by electron (or it's configuration) around display output.
The text was updated successfully, but these errors were encountered: