Skip to content

Commit

Permalink
fix: fix deleted file test
Browse files Browse the repository at this point in the history
  • Loading branch information
LMaxence committed Jul 16, 2024
1 parent 5d71c86 commit 932b8c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mookme/tests/cases/pre-commit-succeeds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ git add .
node $ROOT_FOLDER/dist/index.js run -t pre-commit

git commit -m "test: commit" --no-verify
git rm package1/tobedeleted.txt
rm package1/tobedeleted.txt
git add .

node $ROOT_FOLDER/dist/index.js run -t pre-commit

0 comments on commit 932b8c8

Please sign in to comment.