source: trip-planner-front/node_modules/karma-coverage/examples/coffee/plus.coffee@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 117 bytes
Line 
1# Some code under test
2window.plus = (a, b) ->
3 a + b
4
5# this one is not coveraged
6window.minus = (a, b) ->
7 a - b
Note: See TracBrowser for help on using the repository browser.