Skip to content

Commit

Permalink
✅ test: add tests to check if the new update fixes the issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
anuzpandey committed May 12, 2024
1 parent 063b2e7 commit ea01e3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ConvertToEnglishDateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
['2053-01-10', '1996-04-22'],
['2029-04-04', '1972-07-19'],
['2022-12-20', '1966-04-02'],
['2081-01-30', '2024-05-12'],
['2081-02-32', '2024-06-14'],
['2081-02-32', '2024-06-14'],
]);

it('can convert to nepali formatted result', function (string $format, string $locale, string $expectedResult) {
Expand Down

0 comments on commit ea01e3d

Please sign in to comment.