初始化 antd-pro
This commit is contained in:
11
admin-web/jest-puppeteer.config.js
Normal file
11
admin-web/jest-puppeteer.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// ps https://github.com/GoogleChrome/puppeteer/issues/3120
|
||||
module.exports = {
|
||||
launch: {
|
||||
args: [
|
||||
'--disable-gpu',
|
||||
'--disable-dev-shm-usage',
|
||||
'--no-first-run',
|
||||
'--no-zygote',
|
||||
],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user