Skip to content

Commit

Permalink
chore: Use system installed chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed May 27, 2020
1 parent 1cc8402 commit 5510a60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"@cfware/nyc": "^0.7.0",
"@istanbuljs/esm-loader-hook": "^0.1.0",
"babel-plugin-istanbul": "^6.0.0",
"chromedriver": "^81.0.0",
"cross-env": "^7.0.2",
"fastify": "^2.11.0",
"fastify-babel": "^1.3.0",
Expand Down
8 changes: 8 additions & 0 deletions tap-snapshots/test.js-TAP.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
* Make sure to inspect the output below. Do not ignore changes!
*/
'use strict'
exports[`test.js TAP chrome page2.html > must match snapshot 1`] = `
Buffer <
0000: 8950 4e47 0d0a 1a0a 0000 000d 4948 4452 0000 000a 0000 000a 0806 0000 008d 32cf .PNG........IHDR..............2.
0020: bd00 0000 2449 4441 5478 018d c101 0100 0008 8330 a47f e75b 81ed 0623 9048 2289 ....$IDATx.........0...[...#.H".
0040: 2492 4822 8924 92e8 013d 9c02 12e9 563f 9000 0000 0049 454e 44ae 4260 82 $.H".$...=....V?.....IEND.B\`.
>
`

exports[`test.js TAP firefox page2.html > must match snapshot 1`] = `
Buffer <
0000: 8950 4e47 0d0a 1a0a 0000 000d 4948 4452 0000 000a 0000 000a 0806 0000 008d 32cf .PNG........IHDR..............2.
Expand Down

0 comments on commit 5510a60

Please sign in to comment.