1
0
Ver Fonte

Load tests package as well in index.html.

Herbert Vojčík há 10 anos atrás
pai
commit
e3df2749b6
1 ficheiros alterados com 2 adições e 1 exclusões
  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({