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 250b99de29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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