Skip to content

Commit b229857

Browse files
committed
fix typo
1 parent c5b83ec commit b229857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tsdxArgs+=("test")
1919
# Add default arguments
2020
tsdxArgs+=("--passWithNoTests" $RELATIVE_TARGET_DIR)
2121

22-
# Add arguments based on environment variabls
22+
# Add arguments based on environment variables
2323
if [ -n "$CI" ]; then
2424
jestArgs+=("--maxWorkers=4")
2525
jestArgs+=("--ci")

0 commit comments

Comments
 (0)