source: trip-planner-front/node_modules/karma-coverage/examples/coffee-requirejs/calculator.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: 114 bytes
Line 
1define [], ->
2
3 # Some code under test
4 plus: (a, b) ->
5 a + b
6
7 # not covered
8 minus: (a, b) ->
9 a - b
Note: See TracBrowser for help on using the repository browser.