Skip to content

Commit 15c225d

Browse files
committed
small test fix
1 parent ef56c48 commit 15c225d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/Examples.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ describe("Examples", function() {
2020
options.output = options.output || {};
2121
options.optimize.occurenceOrder = true;
2222
options.output.pathInfo = true;
23-
options.output.path = path.join(examplePath, "js")
23+
options.output.path = path.join(examplePath, "js");
24+
options.output.publicPath = "js/";
2425
if(!options.output.filename)
2526
options.output.filename = "output.js";
2627
if(!options.entry)

0 commit comments

Comments
 (0)