Skip to content

Commit

Permalink
chore: remove environment variable that forces WebRender to be disabl…
Browse files Browse the repository at this point in the history
…ed in Firefox (#9001)
  • Loading branch information
whimboo committed Sep 22, 2022
1 parent a6f4584 commit c21c3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit c21c3ba

Please sign in to comment.