pixijs: Unable to run tests on Manjaro

Expected Behavior

Tests run

Current Behavior

Tests hang

Steps to Reproduce

npm run test or any form of npx jest path/to/file

Environment

  • pixi.js version: 7.1.0-alpha
  • OS & Version: 5.10.157-1-MANJARO

image

I pretty much just see the above output indefinitely. I assume it’s something on my end but I’m pretty stumped.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 20 (20 by maintainers)

Most upvoted comments

I recently did this migration on @pixi/text-html and found the new package to be sufficient to jest-electron. It also allows for a newer Electron version.

Okay, I think I worked through most of the issues. Try this branch: https://github.com/pixijs/pixijs/tree/chore/upgrade-jest

I was thinking of this as I just saw this issuue https://github.com/kayahr/jest-electron-runner/issues/8

Seems someone was already trying to do this before. I could have a look into doing this if you want.

Well, first off I have found it is definitely jest-electron. The tests run fine if I comment out the runner and environment lines in the config.

At least for now I have some way of running the tests locally but I will continue to look into this at some point.