main.js 498 B

12345678910111213141516171819202122232425262728
  1. define([
  2. "qunit",
  3. "tests_base",
  4. "tests_setvalue",
  5. "tests_paste",
  6. "tests_initialvalue",
  7. "tests_date",
  8. "tests_dynamic",
  9. "tests_formatvalidate",
  10. "tests_ip",
  11. "tests_keepStatic",
  12. "tests_multi",
  13. "tests_numeric",
  14. "tests_numericinput",
  15. "tests_optional",
  16. "tests_phone",
  17. "tests_regex",
  18. "tests_escape",
  19. "tests_attributes",
  20. "tests_alternations",
  21. "tests_jitmasking",
  22. "tests_jquery_inputmask",
  23. "tests_option",
  24. "tests_inputeventonly"
  25. ], function(qunit) {
  26. qunit.load();
  27. qunit.start();
  28. });