Skip to content

Commit

Permalink
chore: update scripts/test-install.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Thiago Perrotta <tbperrotta@gmail.com>
  • Loading branch information
OrKoN and thiagowfx committed Sep 8, 2022
1 parent 55982f6 commit 13fa88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-install.sh
Expand Up @@ -130,8 +130,8 @@ node --input-type="module" --eval="import 'puppeteer-core/lib/esm/puppeteer/revi

echo "Testing... Puppeteer Core launch with executablePath"
TMPDIR="$(mktemp -d)"
cd $TMPDIR
echo '{"type":"module"}' >>$TMPDIR/package.json
cd "$TMPDIR"
echo '{"type":"module"}' >> "$TMPDIR/package.json"
npm install --loglevel silent "${tarball}"
# The test tries to launch the node process because
# real browsers are not downloaded by puppeteer-core.
Expand Down

0 comments on commit 13fa88e

Please sign in to comment.