5 lines
78 B
CoffeeScript
5 lines
78 B
CoffeeScript
|
describe 'this', ->
|
||
|
it 'should be true', ->
|
||
|
expect(true).toEqual(true)
|
||
|
|