From bb017ed94d9d775870c6bd772b677c86760d4d05 Mon Sep 17 00:00:00 2001 From: Martin Welte Date: Tue, 23 Jan 2024 23:38:59 +0100 Subject: [PATCH] test: add snapshots --- ..._holidays_for_a_specified_region__zh_.snap | 38 +++++++++++++++++++ .../it_can_translate_swiss_holidays.snap | 38 +++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 tests/.pest/snapshots/Countries/SwitzerlandTest/it_can_get_swiss_holidays_for_a_specified_region__zh_.snap create mode 100644 tests/.pest/snapshots/Countries/SwitzerlandTest/it_can_translate_swiss_holidays.snap diff --git a/tests/.pest/snapshots/Countries/SwitzerlandTest/it_can_get_swiss_holidays_for_a_specified_region__zh_.snap b/tests/.pest/snapshots/Countries/SwitzerlandTest/it_can_get_swiss_holidays_for_a_specified_region__zh_.snap new file mode 100644 index 000000000..f4b753733 --- /dev/null +++ b/tests/.pest/snapshots/Countries/SwitzerlandTest/it_can_get_swiss_holidays_for_a_specified_region__zh_.snap @@ -0,0 +1,38 @@ +[ + { + "name": "Neujahr", + "date": "2024-01-01" + }, + { + "name": "Karfreitag", + "date": "2024-03-29" + }, + { + "name": "Ostermontag", + "date": "2024-04-01" + }, + { + "name": "Tag der Arbeit", + "date": "2024-05-01" + }, + { + "name": "Auffahrt", + "date": "2024-05-09" + }, + { + "name": "Pfingstmontag", + "date": "2024-05-20" + }, + { + "name": "Bundesfeier", + "date": "2024-08-01" + }, + { + "name": "Weihnachtstag", + "date": "2024-12-25" + }, + { + "name": "Stephanstag", + "date": "2024-12-26" + } +] \ No newline at end of file diff --git a/tests/.pest/snapshots/Countries/SwitzerlandTest/it_can_translate_swiss_holidays.snap b/tests/.pest/snapshots/Countries/SwitzerlandTest/it_can_translate_swiss_holidays.snap new file mode 100644 index 000000000..5cb53af4e --- /dev/null +++ b/tests/.pest/snapshots/Countries/SwitzerlandTest/it_can_translate_swiss_holidays.snap @@ -0,0 +1,38 @@ +[ + { + "name": "Nouvel An", + "date": "2024-01-01" + }, + { + "name": "Saint-Berthold", + "date": "2024-01-02" + }, + { + "name": "Vendredi saint", + "date": "2024-03-29" + }, + { + "name": "Lundi de P\u00e2ques", + "date": "2024-04-01" + }, + { + "name": "Ascension", + "date": "2024-05-09" + }, + { + "name": "Lundi de Pentec\u00f4te", + "date": "2024-05-20" + }, + { + "name": "F\u00eate nationale", + "date": "2024-08-01" + }, + { + "name": "No\u00ebl", + "date": "2024-12-25" + }, + { + "name": "Saint-\u00c9tienne", + "date": "2024-12-26" + } +] \ No newline at end of file