mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
fix: skip root check for renderFile()
This commit is contained in:
@@ -250,7 +250,7 @@ describe('tags/render', function () {
|
||||
})
|
||||
|
||||
describe('static partial', function () {
|
||||
it('should support filename with extention', async function () {
|
||||
it('should support filename with extension', async function () {
|
||||
mock({
|
||||
'/parent.html': 'X{% render child.html color:"red" %}Y',
|
||||
'/child.html': 'child with {{color}}'
|
||||
|
||||
Reference in New Issue
Block a user