Merge pull request #49 from leeching/fix/nodejs-snapshot

test(nodejs): update snapshot
This commit is contained in:
lionsoul 2018-06-26 17:33:08 +08:00 committed by GitHub
commit 8b6e67f1d6
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",
}
`;