UNPKG
city-collections
Version:
latest (0.0.3)
0.0.3
Simple collections
siyegen/city-collections
city-collections
/
spec
/
spec_helper.js
7 lines
(5 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
BinHeap
=
require
(
'../lib/binheap'
).
BinHeap
, should =
require
(
'should'
) ,
Hash
=
require
(
'../lib/hashmap'
).
Hash
;
module
.
exports
.
BinHeap
=
BinHeap
;
module
.
exports
.
Hash
=
Hash
;