-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switched from manual to semi-automated snapshot tests (#1327)
* switched to insta for better snapshot testing
- Loading branch information
1 parent
28bb3ad
commit 9d1b65e
Showing
95 changed files
with
4,974 additions
and
454 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
31 changes: 31 additions & 0 deletions
31
server/main-api/src/calendar/snapshots/navigatum_main_api__calendar__tests__index_get-5.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,31 @@ | ||
--- | ||
source: main-api/src/calendar/mod.rs | ||
expression: actual | ||
--- | ||
5121.EG.003: | ||
events: | ||
- detailed_entry_type: Abhaltung | ||
end_at: "2014-01-01T01:00:00Z" | ||
entry_type: lecture | ||
id: 1 | ||
room_code: 5121.EG.003 | ||
start_at: "2012-01-01T01:00:00Z" | ||
stp_title_de: Quantenteleportation | ||
stp_title_en: Quantum teleportation | ||
stp_type: Vorlesung mit Zentralübung | ||
- detailed_entry_type: Abhaltung | ||
end_at: "2016-01-01T01:00:00Z" | ||
entry_type: lecture | ||
id: 2 | ||
room_code: 5121.EG.003 | ||
start_at: "2014-01-01T01:00:00Z" | ||
stp_title_de: Quantenteleportation 2 | ||
stp_title_en: Quantum teleportation 2 | ||
stp_type: Vorlesung mit Zentralübung | ||
location: | ||
calendar_url: "https://campus.tum.de/3" | ||
key: 5121.EG.003 | ||
last_calendar_scrape_at: "[last_calendar_scrape_at]" | ||
name: 5121.EG.003 (Computerraum) | ||
type: room | ||
type_common_name: Serverraum |
Oops, something went wrong.