public/js/tests/funfunfunction.json

6 lines
184 B
JSON

[
{
"description": "exec execute the given function",
"code": "let count = 0\nexec(() => {})\nexec(() => count++)\nexec(() => {})\nexec(() => count++)\nequal(count, 2)"
}
]