未验证 提交 d0cbccd6 编写于 作者: M munrocket 提交者: GitHub

E2E: remove installation checking (#22168)

上级 1da6f21e
try {
require( 'puppeteer' );
} catch {
console.log( 'Error: Can\'t find Puppeteer. Run `npm install --prefix test`.' );
process.exit( 0 );
}
const puppeteer = require( 'puppeteer' );
const handler = require( 'serve-handler' );
const http = require( 'http' );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册