fix test issues
This commit is contained in:
parent
8299022b4f
commit
b7a65e07dc
|
|
@ -89,7 +89,7 @@ describe('pipe expressions', () => {
|
|||
test('pipe with prelude function (echo)', () => {
|
||||
expect(`
|
||||
get-msg = do: 'hello' end
|
||||
get-msg | echo
|
||||
`).toEvaluateTo(null)
|
||||
get-msg | length
|
||||
`).toEvaluateTo(5)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ end
|
|||
|
||||
test('custom tags', () => {
|
||||
expect(`
|
||||
list = tag ul class=list
|
||||
list = tag ul class='list'
|
||||
ribbit:
|
||||
list:
|
||||
li border-bottom='1px solid black' one
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user