Browse Source

tests in testing.js, where they should be

Herbert Vojčík 8 years ago
parent
commit
41ab8816b0
2 changed files with 1 additions and 1 deletions
  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;