mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 14:00:39 -07:00
fix: {%assign%} now adds a shading scope
This commit is contained in:
@@ -187,11 +187,6 @@ describe('scope', function () {
|
||||
})
|
||||
|
||||
describe('.push()', function () {
|
||||
it('should throw when trying to push non-object', function () {
|
||||
expect(function () {
|
||||
scope.push(false)
|
||||
}).to.throw()
|
||||
})
|
||||
it('should push scope', function () {
|
||||
scope.set('bar', 'bar')
|
||||
scope.push({
|
||||
|
||||
Reference in New Issue
Block a user