From bd03c6ea51abde7d13e354908716c6373fc38b1f Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Thu, 23 Jul 2015 11:13:45 -0700 Subject: [PATCH] systemjs: fix tests --- systemjs/systemjs-tests.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/systemjs/systemjs-tests.ts b/systemjs/systemjs-tests.ts index 689543849..7a56ef8dc 100644 --- a/systemjs/systemjs-tests.ts +++ b/systemjs/systemjs-tests.ts @@ -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.')); \ No newline at end of file +System.import('app'); \ No newline at end of file