Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
allardy committed Oct 21, 2019
1 parent 6d5915b commit 5ed60fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest-puppeteer.config.js
Expand Up @@ -10,7 +10,7 @@ module.exports = {
headless: yn(process.env.HEADLESS),
// +20 so it's a bit bigger than the viewport so nothing is cut
args: [`--window-size=${windowSize.width + 20},${windowSize.height + 20}`],
slowMo: 40 // Set this value to slow down tests globally
slowMo: 20 // Set this value to slow down tests globally
// devtools: true // Access the dev tools on the headless chrome
},
bpConfig: {
Expand Down

0 comments on commit 5ed60fe

Please sign in to comment.