Skip to content

Commit 81653a4

Browse files
committed
Remove find command in runmocha
1 parent 9ee4c57 commit 81653a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-core/scripts/run-mocha.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
flag=$1
44

55
function _runmocha() {
6-
mocha $2 $__node_harmony $(find $1/test -name '*.js') --timeout 60000;
6+
mocha $2 $__node_harmony $1/**/*-test.js --timeout 60000;
77
}
88

99
if [ "$flag" == '--watch' ]; then

0 commit comments

Comments
 (0)