Skip to content

Commit

Permalink
✅ - Test
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandpeelen committed Jan 2, 2024
1 parent 2d6dd0a commit 53d2a9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/lock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ cd ../testrepo

bold "Test: It should lock - when watching"

sleep 1

if rewatch clean &> /dev/null;
then
success "Repo Cleaned"
Expand Down Expand Up @@ -31,6 +33,8 @@ else
exit 1
fi

sleep 1

touch tmp.txt
rewatch watch &> tmp.txt &
success "Watcher Started"
Expand Down

0 comments on commit 53d2a9b

Please sign in to comment.