-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Description
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
just-be-weird, brenolabrohan, ATMarcks, bbrowning918, last-partizan and 5 more
Metadata
Metadata
Assignees
Labels
No labels