mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
perf: remove transient strings to reduce memory
This commit is contained in:
@@ -16,7 +16,6 @@ describe('Tag', function () {
|
||||
it('should call tag.render', async function () {
|
||||
const spy = sinon.spy()
|
||||
const token = {
|
||||
type: 'tag',
|
||||
content: 'foo',
|
||||
args: '',
|
||||
name: 'foo'
|
||||
|
||||
Reference in New Issue
Block a user