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
When using npm run test on a Mac running Sonoma 14.5, 61/269 tests fail. I receive the same error message for all: Error: WebGL not supported. I have confirmed through visiting chrome://gpu/ in the Chrome browser that WebGL is enabled; in addition, the local server started through npm dev-server works to visualize files. I am working on resolving the issue and plan to open a pull request.
The text was updated successfully, but these errors were encountered:
When using
npm run test
on a Mac running Sonoma 14.5, 61/269 tests fail. I receive the same error message for all:Error: WebGL not supported.
I have confirmed through visitingchrome://gpu/
in the Chrome browser that WebGL is enabled; in addition, the local server started throughnpm dev-server
works to visualize files. I am working on resolving the issue and plan to open a pull request.The text was updated successfully, but these errors were encountered: