test(nodejs): update snapshot

This commit is contained in:
leeching 2018-06-26 17:10:56 +08:00
parent ae6ae1cfe2
commit 12dd913be4
1 changed files with 4 additions and 4 deletions

View File

@ -3,27 +3,27 @@
exports[`binarySearch 1`] = `
Object {
"city": 2163,
"region": "中国|华南|广东省|深圳市|阿里云",
"region": "中国|0|广东省|深圳市|阿里云",
}
`;
exports[`binarySearch 2`] = `
Object {
"city": 0,
"region": "未分配或者内网IP|0|0|0|0",
"region": "0|0|0|内网IP|内网IP",
}
`;
exports[`should query 1`] = `
Object {
"city": 2163,
"region": "中国|华南|广东省|深圳市|阿里云",
"region": "中国|0|广东省|深圳市|阿里云",
}
`;
exports[`should query 2`] = `
Object {
"city": 0,
"region": "未分配或者内网IP|0|0|0|0",
"region": "0|0|0|内网IP|内网IP",
}
`;