jquery/test/unit/exports.js

8 lines
211 B
JavaScript
Raw Normal View History

QUnit.module( "exports", { teardown: moduleTeardown } );
QUnit.test( "amdModule", function( assert ) {
assert.expect( 1 );
assert.equal( jQuery, amdDefined, "Make sure defined module matches jQuery" );
} );