UNPKG

steal-tools

Version:

Futuristic build tools for ES6 Module applications.

9 lines (7 loc) 207 B
module("deprecated", { teardown: moduleTeardown }); if ( jQuery.fn.size ) { test("size()", function() { expect(1); equal( jQuery("#qunit-fixture p").size(), 6, "Get Number of Elements Found" ); }); }