mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
refactor: merge render register into scope
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ describe('scope', function() {
|
||||
|
||||
it('should throw undefined in strict mode', function() {
|
||||
scope = Scope.factory(ctx, {
|
||||
strict: true
|
||||
strict_variables: true
|
||||
});
|
||||
|
||||
function fn() {
|
||||
|
||||
Reference in New Issue
Block a user