Skip to content

Commit d87451c

Browse files
committed
Update numbers in custom suffix
1 parent 134e587 commit d87451c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 38 ];
34+
if [ "$file_count" -eq 134 ];
3535
then
3636
success "Found files with correct suffix"
3737
else

0 commit comments

Comments
 (0)