Neues Initialrelease mit IonicMaterial
This commit is contained in:
7
www/lib/jQuery/test/unit/exports.js
Normal file
7
www/lib/jQuery/test/unit/exports.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module("exports", { teardown: moduleTeardown });
|
||||
|
||||
test("amdModule", function() {
|
||||
expect(1);
|
||||
|
||||
equal( jQuery, amdDefined, "Make sure defined module matches jQuery" );
|
||||
});
|
||||
Reference in New Issue
Block a user