We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174bf84 commit 0125e27Copy full SHA for 0125e27
README.md
@@ -61,7 +61,7 @@ Differencify matches [Puppeteer](https://github.com/GoogleChrome/puppeteer/blob/
61
await page.goto('https://github.com/NimaSoroush/differencify');
62
await page.waitFor(1000);
63
const image = await page.screenshot();
64
- const result = await page.toMatchSnapshot(image)
+ const result = await target.toMatchSnapshot(image)
65
await page.close();
66
await target.close();
67
0 commit comments