Skip to content

Commit

Permalink
Update run-tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Mar 18, 2024
1 parent 6ba7e24 commit 79db2c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,10 @@ async function main() {
}
}

if (!tests) {
tests = []
}

if (tests.length === 0) {
console.log('No tests found for', options.type, 'exiting..')
}
Expand Down

0 comments on commit 79db2c0

Please sign in to comment.