source:
trip-planner-front/node_modules/karma-coverage/examples/coffee/plus.coffee@
e29cc2e
Last change on this file since e29cc2e was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 117 bytes |
Line | |
---|---|
1 | # Some code under test |
2 | window.plus = (a, b) -> |
3 | a + b |
4 | |
5 | # this one is not coveraged |
6 | window.minus = (a, b) -> |
7 | a - b |
Note:
See TracBrowser
for help on using the repository browser.