Skip to content

Commit 6b80dc1

Browse files
committed
Update expected files
1 parent 479ac7c commit 6b80dc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rewatch/tests/format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bold "Test: It should format all files"
66
git diff --name-only ./
77
error_output=$("$REWATCH_EXECUTABLE" format --all)
88
git_diff_file_count=$(git diff --name-only ./ | wc -l | xargs)
9-
if [ $? -eq 0 ] && [ $git_diff_file_count -eq 4 ];
9+
if [ $? -eq 0 ] && [ $git_diff_file_count -eq 6 ];
1010
then
1111
success "Test package formatted. Got $git_diff_file_count changed files."
1212
git restore .

rewatch/tests/suffix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
# Count files with new extension
3232
file_count=$(find ./packages -name *.res.js | wc -l)
3333

34-
if [ "$file_count" -eq 28 ];
34+
if [ "$file_count" -eq 32 ];
3535
then
3636
success "Found files with correct suffix"
3737
else

0 commit comments

Comments
 (0)