mirror of
https://github.com/Febbweiss/febbweiss.github.io.git
synced 2026-03-05 06:35:50 +00:00
Fix: add dependencies
This commit is contained in:
7
demo/filebrowser-durandal-widget/lib/jquery/test/unit/exports.js
vendored
Normal file
7
demo/filebrowser-durandal-widget/lib/jquery/test/unit/exports.js
vendored
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