Exemplo n.º 1
0
exports.min = function (){
  var l = [234,543,1,44,5555,534,6,456]
    , r = sync.min(l,value)
    
  test.equal(r,1)
}