Skip to content

Commit 0a0f8ff

Browse files
committed
Update bun init test
1 parent fe7180b commit 0a0f8ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/apps/bun-init-check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ if (($?)); then
1515
exit 1
1616
fi
1717

18-
SHASUM_RESULT=$(cat index.ts .gitignore tsconfig.json package.json README.md | shasum)
18+
SHASUM_RESULT=$(cat index.ts .gitignore tsconfig.json package.json | shasum)
1919

2020
# This test will fail when the minor version of Bun changes.
21-
if [[ "${SHASUM_RESULT}" != "b1548bb4e806f0506fd1b27ae8901d2e84926774 -" ]]; then
21+
if [[ "${SHASUM_RESULT}" != "10eabf5101a3ef999bd67232a7af33542c525ec6 -" ]]; then
2222
echo -e "Bun init shasum mismatch\n expected: b1548bb4e806f0506fd1b27ae8901d2e84926774\n actual: ${SHASUM_RESULT}"
2323
exit 1
2424
fi

0 commit comments

Comments
 (0)