Skip to content

Commit a01de9e

Browse files
committed
Fix: formatting and fixed tested build files list
1 parent 00ceee9 commit a01de9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-package.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "✅ Testing --help flag..."
1212
./build/index.js --help > /dev/null
1313
echo " Help command works!"
1414

15-
# Test 2: Version command
15+
# Test 2: Version command
1616
echo "✅ Testing --version flag..."
1717
VERSION=$(./build/index.js --version)
1818
echo " Version: $VERSION"
@@ -48,8 +48,8 @@ fi
4848
echo "✅ Testing build files..."
4949
REQUIRED_FILES=(
5050
"build/index.js"
51-
"build/handler.js"
52-
"build/tools.js"
51+
"build/handler.js"
52+
"build/tools/index.js"
5353
"build/utils/axios.js"
5454
)
5555

0 commit comments

Comments
 (0)