Browse Source

add strict rejections in puppeteer tester

content-update
Clement Denis 4 years ago committed by Clément
parent
commit
c46ae4ff01
  1. 2
      puppeteer/package.json

2
puppeteer/package.json

@ -1,7 +1,7 @@
{ {
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "node ./test.js" "test": "node --unhandled-rejections=strict test"
}, },
"dependencies": { "dependencies": {
"puppeteer-core": "^3.3.0" "puppeteer-core": "^3.3.0"

Loading…
Cancel
Save