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 c5b83ec commit b229857Copy full SHA for b229857
scripts/test.sh
@@ -19,7 +19,7 @@ tsdxArgs+=("test")
19
# Add default arguments
20
tsdxArgs+=("--passWithNoTests" $RELATIVE_TARGET_DIR)
21
22
-# Add arguments based on environment variabls
+# Add arguments based on environment variables
23
if [ -n "$CI" ]; then
24
jestArgs+=("--maxWorkers=4")
25
jestArgs+=("--ci")
0 commit comments