Ryan Thenhaus

Results 9 comments of Ryan Thenhaus

Created PR rc10house:448-improve-GH-actions

Had to separate some tests to avoid websockets being ran from within `jsdom` environment. Also had to add some helper methods for manually turning on/off websockets for testing purposes.

@Jyyjy for some reason, the previous jest-environment specification (in `package.json`) lead to some of the tests using node as the environment anyway. Node would then throw errors because it tries...

@Jyyjy the specific tests with the added `@jest-environment jsdom` were the ones throwing the node errors.