Jest: TypeError: Cannot read property 'registerLocale' of undefined
#279
Labels
TypeError: Cannot read property 'registerLocale' of undefined
#279
Hi, I was wondering what am I doing wrong here as I'm trying to test my component with
jest
. In browser it works fine. Should I somehow exclude the language imports fromjest
run as it doesn't run in a browser (just speculating)?import countries from "i18n-iso-countries"
Jest outputs the following error:
Also tried
import *
(inspired by #125), but it only caused a different error:import * as countries from "i18n-iso-countries"
Jest outputs the following error:
The text was updated successfully, but these errors were encountered: