NET-Web-API-w-Angular/my-app/node_modules/karma-coverage/examples/coffee/test.coffee

7 lines
105 B
CoffeeScript
Executable file

describe 'plus', ->
it 'should pass', ->
true is true
it 'should work', ->
plus(1, 2) is 3