Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.coffee « acceptance « test « mocha-3.1.0 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8e309f515fa77af77c34cae305a480cb133a62f (plain)
1
2
3
4
5
6

obj = foo: 'bar'

describe 'coffeescript', ->
  it 'should work', ->
    expect(obj).to.eql foo: 'bar'