UNPKG
poseidon-memcached
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A future wrapper around the Node Memcached driver using Poseidon.
playlyfe/poseidon-memcached
poseidon-memcached
/
test
/
utils.coffee
7 lines
(6 loc)
•
177 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
global
.chai =
require
'chai'
global
.should = chai.
should
()
global
.expect = chai.expect
global
.sinon =
require
'sinon'
global
.sinonChai =
require
'sinon-chai'
chai.
use
sinonChai