UNPKG

angular-ui-form-validation

Version:

A plugin for performing validation in angularjs without writing lots of boilerplate code or duplicating logic.

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" ); }); }