Test suite is currently broken (master)
TimvanScherpenzeel opened this issue · 8 comments
TimvanScherpenzeel commented
The recently added isSSR option caused the test suite to break.
Declaring
/**
* @jest-environment jsdom
*/
at the top of the file raises other issues.
TimvanScherpenzeel commented
Gusted commented
TimvanScherpenzeel commented
Gusted commented
AKA - that will require some debugging with that exact device.
TimvanScherpenzeel commented
Gusted commented
Got it. The tests are fixed the benchmark is updated(especially for 30x series). Seems good enough for a 3.1 release
TimvanScherpenzeel commented
I've released version 3.1.0 on NPM (https://www.npmjs.com/package/detect-gpu/v/3.1.0) with the updated benchmarks and your PR's - thanks!
Gusted commented
Happy to help out!