mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-10-30 16:12:58 -04: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" );
|
|
});
|