UNPKG
superhash
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
0.0.4
HashMap that supports using one or more keys of any type.
github.com/esco/superhash
esco/superhash
superhash
/
test
/
config.js
9 lines
(6 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
sinon =
require
(
'sinon'
);
var
chai =
require
(
'chai'
);
var
sinonChai =
require
(
'sinon-chai'
);
global
.should = chai.
should
();
global
.sinon =
require
(
'sinon'
); chai.
use
(sinonChai);