testing.js 287 B

12345678910
  1. define([
  2. './deploy',
  3. 'amber_core/SUnit',
  4. // --- packages used only during automated testing begin here ---
  5. 'axxord/Axxord-Tests',
  6. 'trapped/Trapped-Tests',
  7. // --- packages used only during automated testing end here ---
  8. ], function (amber) {
  9. return amber;
  10. });