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

10 lines
114 B
CoffeeScript

define [], ->
# Some code under test
plus: (a, b) ->
a + b
# not covered
minus: (a, b) ->
a - b