mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
fix: crash when express views set to string
This commit is contained in:
@@ -54,7 +54,7 @@ describe('util/underscore', function() {
|
||||
});
|
||||
});
|
||||
describe('.echo()', function(){
|
||||
it('should be transparent when called', function() {
|
||||
it('should be transparent', function() {
|
||||
expect(_.echo('foo')('bar')).to.equal('bar');
|
||||
});
|
||||
it('should log the arguments', function() {
|
||||
|
||||
Reference in New Issue
Block a user