When I set "type": "module", in package.json I am unable to run tests because of the following error right after launching the VSCode extension test instance:
[19028:0729/235118.503632:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
As soon as I remove the line, the tests run fine. But I need it because of some dependencies which I don't know how to import otherwise.