UNPKG

karma-coverage

Version:
10 lines (6 loc) 172 B
define ['calculator'], (calculator) -> describe 'calculator', -> it 'should pass', -> true is true it 'should work', -> calculator.plus(1, 2) is 3