mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
8bc60bab5d
More Details: - https://github.com/jquery/jquery/pull/586 - http://bugs.jquery.com/ticket/10687
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" );
|
|
});
|