Files
cht-lawfirm/front/app/node_modules/karma-coverage/examples/coffee/plus.coffee
2023-01-16 17:49:38 +01: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