Skip to content

allCountries undefined in Jest #148

@jasonburrows

Description

@jasonburrows

Here's a minimal reproduction:

import { allCountries } from 'country-region-data';

  test.only('countries should be defined', async () => {
    expect(allCountries).toBeDefined();
  });

Result:

    expect(received).toBeDefined()

    Received: undefined

Note that version 2.7.0 of country-region-data does not exhibit this behaviour (I can change nothing but the version and the test passes). Also note that v3.0.0 works correctly in the associated application, it is specifically the Jest test suite where it is undefined (and in the application itself when running in Jest).

Version information:

jest: 29.7.0
country-region-data: 3.0.0
node: 18.15.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions