Browse Source

fix(): fixed systemjs config for test

Torkel Ödegaard 10 years ago
parent
commit
773a13dc26
1 changed files with 2 additions and 0 deletions
  1. 2 0
      public/test/test-main.js

+ 2 - 0
public/test/test-main.js

@@ -10,6 +10,8 @@
     baseURL: '/base/',
     defaultJSExtensions: true,
     paths: {
+      'tether': 'vendor/npm/tether/dist/js/tether.js',
+      'tether-drop': 'vendor/npm/tether-drop/dist/js/drop.js',
       'moment': 'vendor/moment.js',
       "jquery": "vendor/jquery/dist/jquery.js",
       'lodash-src': 'vendor/lodash.js',