Skip to content

Commit

Permalink
Merge pull request #183 from SerkanSipahi/patch-1
Browse files Browse the repository at this point in the history
Fix "Error" when using jspm v0.17.0-beta.35
  • Loading branch information
trentgrover-wf authored Feb 16, 2017
2 parents 888064a + e135038 commit 2fd80dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

// Exclude bundle configurations if useBundles option is not specified
if (!karma.config.jspm.useBundles) {
System.bundles = [];
System.config({ bundles: [] });
}

// Load everything specified in loadFiles in the specified order
Expand Down

0 comments on commit 2fd80dd

Please sign in to comment.