Build: Bump the github-actions group across 1 directory with 2 updates
[jquery.git] / test / unit / exports.js
blob3cb2480527fcc4109586adfcb8d4fa6314ba233e
1 QUnit.module( "exports", { afterEach: moduleTeardown } );
3 QUnit.test( "amdModule", function( assert ) {
4 assert.expect( 1 );
6 assert.equal( jQuery, amdDefined, "Make sure defined module matches jQuery" );
7 } );