generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate pest snapshot for Argentina / Generate pest snapshot for I…
…ndonesia test (#256) * Fix: regenerate pest snap for argentina using the correct dates for holidays * Chore: Generate pest snap for Indonesia test
- Loading branch information
Showing
2 changed files
with
54 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
tests/.pest/snapshots/Countries/IndonesiaTest/it_can_calculate_Indonesia_holidays.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[ | ||
{ | ||
"name": "Tahun Baru", | ||
"date": "2024-01-01" | ||
}, | ||
{ | ||
"name": "Tahun Baru Imlek", | ||
"date": "2024-02-10" | ||
}, | ||
{ | ||
"name": "Jumat Agung", | ||
"date": "2024-03-29" | ||
}, | ||
{ | ||
"name": "Hari Paskah", | ||
"date": "2024-03-31" | ||
}, | ||
{ | ||
"name": "Hari Buruh Internasional", | ||
"date": "2024-05-01" | ||
}, | ||
{ | ||
"name": "Kenaikan Yesus Kristus", | ||
"date": "2024-05-09" | ||
}, | ||
{ | ||
"name": "Hari Lahir Pancasila", | ||
"date": "2024-06-01" | ||
}, | ||
{ | ||
"name": "Hari Kemerdekaan", | ||
"date": "2024-08-17" | ||
}, | ||
{ | ||
"name": "Hari Raya Natal", | ||
"date": "2024-12-25" | ||
} | ||
] |