mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
resolved issues raised by hhartle
This commit is contained in:
@@ -58,7 +58,7 @@ describe('boolean jsTruthy', async function () {
|
||||
expect(isTruthy(false, ctx)).to.be.false
|
||||
})
|
||||
it('null is always falsy', function () {
|
||||
expect(isTruthy(null, ctx)).to.be.false
|
||||
expect(isTruthy(null, ctx)).to.be.true
|
||||
})
|
||||
it('null is always falsy', function () {
|
||||
expect(isTruthy(null, ctx)).to.be.false
|
||||
|
||||
Reference in New Issue
Block a user