8 lines
105 B
CoffeeScript
8 lines
105 B
CoffeeScript
|
describe 'plus', ->
|
||
|
|
||
|
it 'should pass', ->
|
||
|
true is true
|
||
|
|
||
|
it 'should work', ->
|
||
|
plus(1, 2) is 3
|