Explorar o código

tests in testing.js, where they should be

Herbert Vojčík %!s(int64=9) %!d(string=hai) anos
pai
achega
41ab8816b0
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  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;