1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/karma-coverage/examples/coffee/plus.coffee
2025-08-25 17:48:13 +08:00

8 lines
117 B
CoffeeScript

# Some code under test
window.plus = (a, b) ->
a + b
# this one is not coveraged
window.minus = (a, b) ->
a - b