Skip to content

Commit

Permalink
fix(probe): Terminate probe if nothing is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Mar 4, 2023
1 parent 934d36f commit af6d657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/inject/qunit-redirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
post('addTestPages', pages)
} else if (typeof QUnit === 'object') {
post('addTestPages', [location.toString()])
} else {
post('addTestPages', []) // No page
}
})
}())

0 comments on commit af6d657

Please sign in to comment.