test(nodejs): update snapshot
This commit is contained in:
parent
ae6ae1cfe2
commit
12dd913be4
|
|
@ -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",
|
||||
}
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue