mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 14:30:38 -07:00
style: introduce @typescript-eslint/recommended
This commit is contained in:
+2
-2
@@ -136,7 +136,7 @@ describe('xhr', () => {
|
||||
[200, { 'Content-Type': 'text/plain' }, 'foo2'])
|
||||
return engine.renderFile('foo.html')
|
||||
})
|
||||
.then((html:string) => expect(html).to.equal('foo2'))
|
||||
.then((html: string) => expect(html).to.equal('foo2'))
|
||||
})
|
||||
it('should respect cache=true option', () => {
|
||||
engine = new Liquid({
|
||||
@@ -153,7 +153,7 @@ describe('xhr', () => {
|
||||
[200, { 'Content-Type': 'text/plain' }, 'foo2'])
|
||||
return engine.renderFile('foo.html')
|
||||
})
|
||||
.then((html:string) => expect(html).to.equal('foo1'))
|
||||
.then((html: string) => expect(html).to.equal('foo1'))
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user