Skip to content

Commit

Permalink
test: test runtime mode again
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Feb 3, 2015
1 parent 4eeecb0 commit 1995df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/api-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
];

Expand Down

0 comments on commit 1995df6

Please sign in to comment.