mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
8 lines
171 B
JavaScript
8 lines
171 B
JavaScript
|
module("exports", { teardown: moduleTeardown });
|
||
|
|
||
|
test("amdModule", function() {
|
||
|
expect(1);
|
||
|
|
||
|
equal( jQuery, amdDefined, "Make sure defined module matches jQuery" );
|
||
|
});
|