Skip to content

Commit 4ef088c

Browse files
committed
fixes
1 parent 93982ca commit 4ef088c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ else
3030
# npm i --no-save node-test-github-reporter
3131
# $NODE --test --test-reporter=node-test-github-reporter
3232
# fi
33-
$NODE --test --test-reporter=spec lib/*/test/index.js lib/*/test.js routes/*.test.js
33+
$NODE --test --test-reporter=spec lib/*/test/index.js lib/*/*.test.js routes/*.test.js
3434
fi

0 commit comments

Comments
 (0)