Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "cellocate", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "手机归属地查询", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -318,2 +318,9 @@ /*global describe,it*/ | ||
}); | ||
it('广电', function(){ | ||
var numberInfo = cellocate('19200210000'); | ||
numberInfo.should.have.properties(['province','city','sp']); | ||
numberInfo.province.should.equal('广东'); | ||
numberInfo.city.should.equal('深圳'); | ||
numberInfo.sp.should.equal('广电'); | ||
}); | ||
}); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2383430
64
310