Skip to content

Commit

Permalink
add puppeteer example
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jan 19, 2024
1 parent 4921f8d commit 620a7ac
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,18 @@ const test = async () => {


await Promise.all([
// testIstanbul(serverUrl),
// testV8AndIstanbul(serverUrl),
testIstanbul(serverUrl),
testV8AndIstanbul(serverUrl),

// testV8Minify(serverUrl),
testV8Minify(serverUrl),

// testV8EsBuild(serverUrl),
// testV8Rollup(serverUrl),
testV8EsBuild(serverUrl),
testV8Rollup(serverUrl),

// testCss(serverUrl),
testCss(serverUrl),


testPuppeteer(serverUrl)

// testV8(serverUrl)
testPuppeteer(serverUrl),
testV8(serverUrl)
]);

console.log('close server ...');
Expand Down

0 comments on commit 620a7ac

Please sign in to comment.