projecte_ionic/node_modules/karma-coverage/examples/coffee/test.coffee

8 lines
105 B
CoffeeScript
Raw Permalink Normal View History

2022-02-09 18:30:03 +01:00
describe 'plus', ->
it 'should pass', ->
true is true
it 'should work', ->
plus(1, 2) is 3