jalaali / moment-jalaali

A Jalaali (Jalali, Persian, Khorshidi, Shamsi) calendar system plugin for moment.js.
MIT License
940 stars 162 forks source link

how to mock moment() in jest? #227

Open alirezahmz opened 2 years ago

alirezahmz commented 2 years ago

i'm using moment-jalaali": "^0.9.4", i get this error when i try to run test : moment is not a function and after google it, i found this code: jest.mock('moment', () => ({ format: () => '2018–01–30T12:34:56+00:00' })); and run again get this error: TypeError: moment.localeData is not a function