UNPKG
feeds
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Expose paginated feeds of anything as websocket, webhook or event emitter.
feeds
/
test
/
chai.coffee
6 lines
(4 loc)
•
106 B
text/coffeescript
View Raw
1
2
3
4
5
6
chai =
require
'chai'
promised =
require
'chai-as-promised'
chai.use(promised)
module
.exports = chai