shh
This commit is contained in:
parent
92ce43b508
commit
d939322f6e
|
|
@ -476,7 +476,6 @@ describe('dict operations', () => {
|
||||||
await expect(`map = [a=1]; dict.set map 'a' 100; map.a`).toEvaluateTo(100, globals)
|
await expect(`map = [a=1]; dict.set map 'a' 100; map.a`).toEvaluateTo(100, globals)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
test('dict.empty? checks if dict is empty', async () => {
|
test('dict.empty? checks if dict is empty', async () => {
|
||||||
await expect(`dict.empty? [=]`).toEvaluateTo(true, globals)
|
await expect(`dict.empty? [=]`).toEvaluateTo(true, globals)
|
||||||
await expect(`dict.empty? [a=1]`).toEvaluateTo(false, globals)
|
await expect(`dict.empty? [a=1]`).toEvaluateTo(false, globals)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user