Landing pull request 586. Create exports.js for exporting jQuery to window and AMD...
[jquery.git] / test / unit / exports.js
blobc78b57250571884805a67ba10b04be1f5d29584e
1 module("exports", { teardown: moduleTeardown });
3 test("amdModule", function() {
4         expect(1);
6         equal( jQuery, amdDefined, "Make sure defined module matches jQuery" );
7 });