Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/__tests__/__snapshots__/snapshot.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Home Snapshot matches snapshot (normalized) 1`] = `"<div class="jsx-HASH container"><main class="jsx-HASH"><h1 class="jsx-HASH">DevOps Assignment</h1><div class="jsx-HASH status"><p class="jsx-HASH">Status: <span class="jsx-HASH error"></span></p></div><div class="jsx-HASH message-box"><h2 class="jsx-HASH">Backend Message:</h2><p class="jsx-HASH">Loading...</p></div><div class="jsx-HASH info"><p class="jsx-HASH">Backend URL: http://localhost:8000</p></div></main></div>"`;
exports[`Home Snapshot matches snapshot (normalized) 1`] = `"<div class="jsx-HASH container"><main class="jsx-HASH"><h1 class="jsx-HASH">DevOps Project</h1><div class="jsx-HASH status"><p class="jsx-HASH">Status: <span class="jsx-HASH error"></span></p></div><div class="jsx-HASH message-box"><h2 class="jsx-HASH">Backend Message:</h2><p class="jsx-HASH">Loading...</p></div><div class="jsx-HASH info"><p class="jsx-HASH">Backend URL: http://localhost:8000</p></div></main></div>"`;
Loading