瀏覽代碼

tests in testing.js, where they should be

Herbert Vojčík 9 年之前
父節點
當前提交
41ab8816b0
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0 1
      devel.js
  2. 1 0
      testing.js

+ 0 - 1
devel.js

@@ -2,7 +2,6 @@ define([
     './testing',
     'amber/devel',
     // --- packages used only during development begin here ---
-    'trapped/Trapped-Tests',
     'amber-attic/IDE'
     // --- packages used only during development end here ---
 ], function (amber) {

+ 1 - 0
testing.js

@@ -2,6 +2,7 @@ define([
     './deploy',
     'amber_core/SUnit',
     // --- packages used only during automated testing begin here ---
+    'trapped/Trapped-Tests',
     // --- packages used only during automated testing end here ---
 ], function (amber) {
     return amber;