systemjs: fix tests

This commit is contained in:
Nathan Walker
2015-07-23 11:13:45 -07:00
parent 332c0d9eaa
commit bd03c6ea51
+1 -3
View File
@@ -7,6 +7,4 @@ System.config({
paths: {'*': '*.js?v=0.18.4'}
});
System.import('app')
.catch(e => console.error(e,
'There was an error loading.'));
System.import('app');