main.js 412 B

123456789101112131415161718192021222324
  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_jquery_inputmask"
  21. ], function(qunit) {
  22. qunit.load();
  23. qunit.start();
  24. });