UNPKG

334 Btext/coffeescriptView Raw
1describe 'Suite Description', ->
2
3 context 'Context Title', ->
4
5 @.on 'test', (test) ->
6 console.log START: test
7 # nice.. :)
8
9 @.on 'test end', (test) ->
10 console.log FINISHED: test
11 # aah... :(
12
13
14 it 'Test 1 Title', ->
15
16 it 'Test 2 Title', ->
17