diff --git a/test/api-test.js b/test/api-test.js index 59cacf49..42deac9a 100644 --- a/test/api-test.js +++ b/test/api-test.js @@ -13,6 +13,7 @@ describe('BEMHTML compiler', function() { ';\n' + fn.toString().replace(/^function\s*\(\)\s*{|}$/g, ''); var fns = [ + bemxjst.compile(body, utile.mixin({}, options, { optimize: false })), bemxjst.compile(body, options) ];