mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
pref: remove await/async from internal async calls
This commit is contained in:
@@ -33,6 +33,7 @@ describe('tags/include', function () {
|
||||
'/parent.html': '{%include%}'
|
||||
})
|
||||
return liquid.renderFile('/parent.html').catch(function (e) {
|
||||
console.log(e)
|
||||
expect(e.name).to.equal('RenderError')
|
||||
expect(e.message).to.match(/cannot include with empty filename/)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user