Skip to content

Commit b6c5574

Browse files
Ignore test screenshots folder in .gitignore (#2804)
* Small touch on tests project * Ignore test screenshots folder in .gitignore * Refactor EvaluationTests.ShouldAcceptObjectHandleAsAnArgument Change variable type to object as test suggest * Refactor .gitignore for tests screenshots * Revert test object type change
1 parent 924c71b commit b6c5574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Thumbs.db
290290

291291
# ignore local cert
292292
/lib/PuppeteerSharp.TestServer/testCert.cer
293-
/lib/PuppeteerSharp.Tests/Screenshots/test.png
293+
/lib/PuppeteerSharp.Tests/Screenshots/
294294

295295
demos/PuppeteerSharpPdfDemo/google.pdf
296296
demos/PuppeteerSharpPdfDemo/.local-chromium/

0 commit comments

Comments
 (0)