Browse Source

Load tests package as well in index.html.

Herbert Vojčík 10 years ago
parent
commit
e3df2749b6
1 changed files with 2 additions and 1 deletions
  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({