Tests: Do not define two modules with the same name

Ref 7aa46e0df8
Fixes gh-2437
This commit is contained in:
Oleg Gaidarenko 2015-09-03 04:03:44 +03:00
parent 4543815eed
commit 85aed35cb5

View File

@ -1,4 +1,4 @@
QUnit.module( "event" );
QUnit.module( "ready" );
( function() {
var notYetReady, noEarlyExecution,