testing.js 231 B

12345678
  1. define([
  2. './deploy',
  3. 'amber/core/SUnit',
  4. // --- packages used only during automated testing begin here ---
  5. // --- packages used only during automated testing end here ---
  6. ], function (amber) {
  7. return amber;
  8. });