mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 05:10:40 -07:00
feat: exported Drop interface for #107
Deprecate snake_cased options and APIs, sed #109
This commit is contained in:
@@ -5,8 +5,8 @@ import { mock, restore } from '../../stub/mockfs'
|
||||
|
||||
let engine = new Liquid()
|
||||
const strictEngine = new Liquid({
|
||||
strict_variables: true,
|
||||
strict_filters: true
|
||||
strictVariables: true,
|
||||
strictFilters: true
|
||||
})
|
||||
|
||||
describe('error', function () {
|
||||
|
||||
Reference in New Issue
Block a user