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 ac70760 commit c3c3372Copy full SHA for c3c3372
tests/suffix.sh
@@ -27,7 +27,7 @@ fi
27
# Count files with new extension
28
file_count=$(find . -name *.res.js | wc -l)
29
30
-if [ "$file_count" -eq 20 ];
+if [ "$file_count" -eq 22 ];
31
then
32
success "Found files with correct suffix"
33
else
0 commit comments