1
0
Pārlūkot izejas kodu

Load tests package as well in index.html.

Herbert Vojčík 10 gadi atpakaļ
vecāks
revīzija
e3df2749b6
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      root/index.html

+ 2 - 1
root/index.html

@@ -16,7 +16,8 @@
       }});
       require([
           'amber/devel',
-          '{%= namespace %}/{%= name %}'
+          '{%= namespace %}/{%= name %}',
+          '{%= namespace %}/{%= name %}-Tests'
       ], function (smalltalk) {
           //used for all new packages in IDE
           smalltalk.initialize({