Skip to content

Commit ab0171b

Browse files
committed
test for non-es5 tokens in build/plotly.js
1 parent c58b384 commit ab0171b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/test_syntax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ function assertES5() {
282282
});
283283

284284
var files = constants.partialBundlePaths.map(function(f) { return f.dist; });
285-
files.unshift(constants.pathToPlotlyDist);
285+
files.unshift(constants.pathToPlotlyBuild, constants.pathToPlotlyDist);
286286

287287
var report = cli.executeOnFiles(files);
288288
var formatter = cli.getFormatter();

0 commit comments

Comments
 (0)