UNPKG

react-native-ethiopian-calendar

Version:

A react native calendar component which is mainly intended for applications which require Ethiopian calendar.

13 lines (12 loc) 497 B
"use strict"; var _ = require("."); var _Core = require("../Core"); describe('ethiopicCalendar', () => { test('should convert ethiopic date to gregorian date', () => { expect((0, _.toGregorian)(2013, 5, 10)).toEqual(new _Core.BasicDate(2021, 1, 18, 2459232.5)); }); test('should convert gregorian date to ethiopic date', () => { expect((0, _.toEthiopic)(2021, 1, 18)).toEqual(new _Core.BasicDate(2013, 5, 10, 2459232.5)); }); }); //# sourceMappingURL=CalendarConvertor.test.js.map