style: fix code style

This commit is contained in:
Harttle
2023-03-03 00:14:38 +08:00
parent 9c0dc5fa39
commit 771b9b9eba
4 changed files with 10 additions and 8 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ import { Liquid } from '../../../src/liquid'
describe('filters/html', function () {
let liquid: Liquid
beforeEach(() => liquid = new Liquid())
beforeEach(() => {
liquid = new Liquid()
})
describe('escape', function () {
it('should escape \' and &', function () {
return test('{{ "Have you read \'James & the Giant Peach\'?" | escape }}',