// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ip2region binarySearch 1`] = ` Object { "city": 2163, "region": "中国|0|广东省|深圳市|阿里云", } `; exports[`ip2region binarySearch 2`] = ` Object { "city": 0, "region": "0|0|0|内网IP|内网IP", } `; exports[`ip2region should query 1`] = ` Object { "city": 2163, "region": "中国|0|广东省|深圳市|阿里云", } `; exports[`ip2region should query 2`] = ` Object { "city": 0, "region": "0|0|0|内网IP|内网IP", } `;