2 QUnit
.module( 'jquery.getAttrs', QUnit
.newMwEnvironment() );
4 QUnit
.test( 'Check', 1, function ( assert
) {
9 $el
= $( '<div>' ).attr( attrs
);
11 assert
.deepEqual( $el
.getAttrs(), attrs
, 'getAttrs() return object should match the attributes set, no more, no less' );