Skip to content

Commit

Permalink
un-ES6lify
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed Jun 29, 2017
1 parent 48e860b commit 0156861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/test-transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function makeTester(
});
};
thePlugin.skip = name => it.skip(name);
if (!excludeKeys.includes("inEachLine")) {
if (excludeKeys.indexOf("inEachLine") === -1) {
thePlugin.inEachLine = makeTester(
plugins,
opts,
Expand Down

0 comments on commit 0156861

Please sign in to comment.