Skip to content

Commit d943adc

Browse files
committed
calling functions on model values/results works now
1 parent cad1d17 commit d943adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/expressions.mocha.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ describe('Expression::get', function() {
274274
});
275275

276276
// None of these are supported yet, but ideally they would be
277-
it.skip('gets method call of the result of an fn expressions', function() {
277+
it('gets method call of the result of an fn expressions', function() {
278278
var expression = create('(_page.date).valueOf()');
279279
expect(expression.get(context)).to.equal(1000);
280280
});

0 commit comments

Comments
 (0)