mirror of
https://github.com/Lissy93/twitter-sentiment-visualisation.git
synced 2021-05-12 19:52:18 +03:00
9 lines
221 B
CoffeeScript
9 lines
221 B
CoffeeScript
chai = require 'chai'
|
|
expect = chai.expect
|
|
|
|
## Should just pass by default, it's a test test
|
|
describe 'Coffee example test', ->
|
|
it 'should return true in CoffeeScript', ->
|
|
expect(true).equal true
|
|
return
|
|
return |