We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9c5ef commit 9879466Copy full SHA for 9879466
1 file changed
test/Examples.test.js
@@ -26,7 +26,6 @@ describe("Examples", function() {
26
27
function processOptions(options) {
28
options.context = examplePath;
29
- options.optimize = options.optimize || {};
30
options.output = options.output || {};
31
options.output.pathInfo = true;
32
options.output.path = path.join(examplePath, "js");
0 commit comments