projecte_ionic/node_modules/karma-coverage/examples/coffee/plus.coffee

8 lines
117 B
CoffeeScript
Raw Permalink Normal View History

2022-02-09 18:30:03 +01:00
# Some code under test
window.plus = (a, b) ->
a + b
# this one is not coveraged
window.minus = (a, b) ->
a - b