We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c3f07 commit e4d332bCopy full SHA for e4d332b
1 file changed
lib/child.js
@@ -25,7 +25,7 @@ setInterval(function() {
25
26
process.on('uncaughtException', function(err) {
27
if (QUnit.config.current) {
28
- QUnit.ok(false, 'Test threw unexpected exception: ' + err.message);
+ QUnit.assert.ok(false, 'Test threw unexpected exception: ' + err.message);
29
}
30
process.send({
31
event: 'uncaughtException',
0 commit comments