mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -07:00
chore(TypeScript): ship Liquid to class
BREAKING CHANGE: calling `Liquid()` without `new` now becomes invalid
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ describe('engine#express()', function () {
|
||||
|
||||
beforeEach(function () {
|
||||
app = express()
|
||||
engine = Liquid({
|
||||
engine = new Liquid({
|
||||
root: '/root',
|
||||
extname: '.html'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user