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 127d1ed commit 8657126Copy full SHA for 8657126
packages/tests-e2e/tests/appRouter/og.test.ts
@@ -1,6 +1,7 @@
1
import { createHash } from "node:crypto";
2
import { expect, test } from "@playwright/test";
3
4
+// This is the md5sums of the expected PNGs generated with `md5sum <file>`
5
const OG_MD5 = "6e5e794ac0c27598a331690f96f05d00";
6
const API_OG_MD5 = "cac95fc3e2d4d52870c0536bb18ba85b";
7
0 commit comments