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 fe7180b commit 0a0f8ffCopy full SHA for 0a0f8ff
1 file changed
test/apps/bun-init-check.sh
@@ -15,10 +15,10 @@ if (($?)); then
15
exit 1
16
fi
17
18
-SHASUM_RESULT=$(cat index.ts .gitignore tsconfig.json package.json README.md | shasum)
+SHASUM_RESULT=$(cat index.ts .gitignore tsconfig.json package.json | shasum)
19
20
# This test will fail when the minor version of Bun changes.
21
-if [[ "${SHASUM_RESULT}" != "b1548bb4e806f0506fd1b27ae8901d2e84926774 -" ]]; then
+if [[ "${SHASUM_RESULT}" != "10eabf5101a3ef999bd67232a7af33542c525ec6 -" ]]; then
22
echo -e "Bun init shasum mismatch\n expected: b1548bb4e806f0506fd1b27ae8901d2e84926774\n actual: ${SHASUM_RESULT}"
23
24
0 commit comments