mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
perf: use polymophism instead duck test
This commit is contained in:
@@ -5,7 +5,7 @@ import { Scope } from '../../../src/context/scope'
|
||||
const expect = chai.expect
|
||||
|
||||
describe('scope', function () {
|
||||
let ctx: Context, scope: Scope
|
||||
let ctx: any, scope: Scope
|
||||
beforeEach(function () {
|
||||
scope = {
|
||||
foo: 'zoo',
|
||||
|
||||
Reference in New Issue
Block a user