Skip to content

Commit

Permalink
fix test suite after previous export change
Browse files Browse the repository at this point in the history
  • Loading branch information
rse committed Mar 18, 2017
1 parent 928a1c1 commit f32fae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/common.js
Expand Up @@ -40,7 +40,7 @@ var load = function (name) {
};

/* load all library parts */
global.ComponentJS = load("component").ComponentJS;
global.ComponentJS = load("component");
global.cs = global.ComponentJS;
load("component.plugin.testdrive");

0 comments on commit f32fae6

Please sign in to comment.