repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Build: Bump the github-actions group across 1 directory with 2 updates
[jquery.git]
/
test
/
unit
/
exports.js
blob
3cb2480527fcc4109586adfcb8d4fa6314ba233e
1
QUnit
.
module
(
"exports"
, {
afterEach
:
moduleTeardown
} );
2
3
QUnit
.
test
(
"amdModule"
,
function
(
assert
) {
4
assert
.
expect
(
1
);
5
6
assert
.
equal
(
jQuery
,
amdDefined
,
"Make sure defined module matches jQuery"
);
7
} );