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 , 3 years ago | |
---|---|
|
|
File size: 117 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 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.