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 0eeae18 commit 252c51fCopy full SHA for 252c51f
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 22 ];
+if [ "$file_count" -eq 12 ];
31
then
32
success "Found files with correct suffix"
33
else
0 commit comments