Skip to content

Searching for zipcodes in 85395 with radius doesn't return zipcode in list #43

Description

@reduxdj

For example:

describe('Zip Code Test', function() {
  it(`Should find a result from the ziplist`, async function() {
    const zipCode = '85395';
    const zipList = codes[zipCode];
    const zipItem = zipList?.find(({ zip }) => zip === zipCode);
    expect(zipItem).to.not.be.undefined;
  });
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions