We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479ac7c commit 6b80dc1Copy full SHA for 6b80dc1
rewatch/tests/format.sh
@@ -6,7 +6,7 @@ bold "Test: It should format all files"
6
git diff --name-only ./
7
error_output=$("$REWATCH_EXECUTABLE" format --all)
8
git_diff_file_count=$(git diff --name-only ./ | wc -l | xargs)
9
-if [ $? -eq 0 ] && [ $git_diff_file_count -eq 4 ];
+if [ $? -eq 0 ] && [ $git_diff_file_count -eq 6 ];
10
then
11
success "Test package formatted. Got $git_diff_file_count changed files."
12
git restore .
rewatch/tests/suffix.sh
@@ -31,7 +31,7 @@ fi
31
# Count files with new extension
32
file_count=$(find ./packages -name *.res.js | wc -l)
33
34
-if [ "$file_count" -eq 28 ];
+if [ "$file_count" -eq 32 ];
35
36
success "Found files with correct suffix"
37
else
0 commit comments