5 lines
74 B
CoffeeScript
5 lines
74 B
CoffeeScript
describe 'two', ->
|
|
it 'should pass', ->
|
|
expect(true).toEqual(true)
|
|
|