NET-Web-API-w-Angular/my-app/node_modules/karma-coverage/examples/coffee/plus.coffee

8 lines
117 B
CoffeeScript
Raw Normal View History

2024-02-09 00:38:41 +00:00
# Some code under test
window.plus = (a, b) ->
a + b
# this one is not coveraged
window.minus = (a, b) ->
a - b