mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
systemjs: fix tests
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user