Skip to content

Commit fdd805e

Browse files
committed
update snapshot
1 parent 3f429d4 commit fdd805e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - Please do NOT serve this file on production.
99
*/
1010

11-
const PACKAGE_VERSION = '2.7.0'
11+
const PACKAGE_VERSION = '2.7.5'
1212
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
1313
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1414
const activeClientIds = new Set()

src/homePage/__snapshots__/homePage.component.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ exports[`Home page component > homepage renders correctly 1`] = `
130130
style="background-image: url(/images/facility.jpg); background-repeat: no-repeat; background-position: bottom right; background-size: cover; width: 100%; height: 100%; border-radius: 4px;"
131131
>
132132
<div
133-
class="css-16b8d3"
133+
class="css-1ox020v"
134134
/>
135135
</div>
136136
</div>

0 commit comments

Comments
 (0)