We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee4c57 commit 81653a4Copy full SHA for 81653a4
lighthouse-core/scripts/run-mocha.sh
@@ -3,7 +3,7 @@
3
flag=$1
4
5
function _runmocha() {
6
- mocha $2 $__node_harmony $(find $1/test -name '*.js') --timeout 60000;
+ mocha $2 $__node_harmony $1/**/*-test.js --timeout 60000;
7
}
8
9
if [ "$flag" == '--watch' ]; then
0 commit comments