UNPKG

parsleyjs

Version:

Validate your forms, frontend, without writing a single line of javascript!

8 lines (5 loc) 144 B
import $ from 'jquery'; afterEach(function() { expect($('form input').length).to.be(0); }); window.$ = $; // Export for testing purposes...