mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 04:40:39 -07:00
refactor: strictly typed
This commit is contained in:
@@ -3,7 +3,7 @@ import { expect } from 'chai'
|
||||
import { evalExp, evalValue, isTruthy } from 'src/render/syntax'
|
||||
|
||||
describe('expression', function () {
|
||||
let scope
|
||||
let scope: Scope
|
||||
|
||||
beforeEach(function () {
|
||||
scope = new Scope({
|
||||
|
||||
Reference in New Issue
Block a user