jellyfin-web/dashboard-ui/bower_components/jquery/test/unit/exports.js
2016-01-12 14:55:45 -05:00

8 lines
211 B
JavaScript

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