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)', () => {
|
test('pipe with prelude function (echo)', () => {
|
||||||
expect(`
|
expect(`
|
||||||
get-msg = do: 'hello' end
|
get-msg = do: 'hello' end
|
||||||
get-msg | echo
|
get-msg | length
|
||||||
`).toEvaluateTo(null)
|
`).toEvaluateTo(5)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ end
|
||||||
|
|
||||||
test('custom tags', () => {
|
test('custom tags', () => {
|
||||||
expect(`
|
expect(`
|
||||||
list = tag ul class=list
|
list = tag ul class='list'
|
||||||
ribbit:
|
ribbit:
|
||||||
list:
|
list:
|
||||||
li border-bottom='1px solid black' one
|
li border-bottom='1px solid black' one
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user