1 Star 1 Fork 0

star/react-particles-webgl

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
jest-puppeteer.config.js 661 Bytes
Copy Edit Raw Blame History
Tim Ellenberger authored 2019-03-30 06:57 +08:00 . Add Jest testing with Puppeteer
/**
* Run Jest tests using Google Puppeteer and the Example App
*
* https://github.com/smooth-code/jest-puppeteer
*/
module.exports = {
// Launch server options
// https://github.com/smooth-code/jest-puppeteer/tree/master/packages/jest-dev-server#options
server: {
command: `yarn start`,
port: 3000,
// Amount of time to wait for create-react-app to boot up
launchTimeout: 30000,
// Log server output
debug: true
},
// Launch Puppeteer options
// https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#puppeteerlaunchoptions
launch: {
// Dump browser console commands to terminal
dumpio: true
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hkx123456/react-particles-webgl.git
git@gitee.com:hkx123456/react-particles-webgl.git
hkx123456
react-particles-webgl
react-particles-webgl
master

Search