chore: remove environment variable that forces WebRender to be disabled in Firefox (#9001)

This commit is contained in:
Henrik Skupin 2022-09-22 15:58:57 +02:00 committed by GitHub
parent a6f4584a74
commit c21c3ba45a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
"node": ">=14.1.0"
},
"scripts": {
"test": "cross-env MOZ_WEBRENDER=0 PUPPETEER_DEFERRED_PROMISE_DEBUG_TIMEOUT=20000 node utils/mochaRunner/lib/main.js",
"test": "cross-env PUPPETEER_DEFERRED_PROMISE_DEBUG_TIMEOUT=20000 node utils/mochaRunner/lib/main.js",
"test:types": "tsd",
"test:install": "scripts/test-install.sh",
"test:firefox": "npm run test -- --test-suite firefox-headless",