Skip to content

Commit 8fd0f27

Browse files
committed
After looking at the QUnit source, it makes more sense to go with the
default for 'notrycatch'
1 parent 63dc8d7 commit 8fd0f27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/qunit/js/testLauncher.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142

143143
if( validateTestCases(testCases) ) {
144144
QUnit.config.hidepassed = true;
145-
QUnit.notrycatch = true;
146145

147146
QUnit.testStart( function() { // Analagous to JUnit's @Before
148147
log( "setUp" );

0 commit comments

Comments
 (0)