| 123456789101112131415161718192021222324 |
- define([
- "qunit",
- "tests_base",
- "tests_setvalue",
- "tests_paste",
- "tests_initialvalue",
- "tests_date",
- "tests_dynamic",
- "tests_formatvalidate",
- "tests_ip",
- "tests_keepStatic",
- "tests_multi",
- "tests_numeric",
- "tests_numericinput",
- "tests_optional",
- "tests_phone",
- "tests_regex",
- "tests_escape",
- "tests_attributes",
- "tests_jquery_inputmask"
- ], function(qunit) {
- qunit.load();
- qunit.start();
- });
|