main_phone.js 150 B

12345678910
  1. define([
  2. "qunit",
  3. "tests_phone_world",
  4. "tests_phonebe",
  5. "tests_phonenl",
  6. "tests_phoneru"
  7. ], function(qunit) {
  8. qunit.load();
  9. qunit.start();
  10. });