7 lines
117 B
CoffeeScript
Executable file
7 lines
117 B
CoffeeScript
Executable file
# Some code under test
|
|
window.plus = (a, b) ->
|
|
a + b
|
|
|
|
# this one is not coveraged
|
|
window.minus = (a, b) ->
|
|
a - b
|