Skip to content

Commit 084e313

Browse files
committed
chore: update purity snapshot, this time in the proper way
1 parent 084f7f9 commit 084e313

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/svelte/tests/snapshot/samples/purity/_expected/client-functional/index.svelte.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Purity($$anchor) {
88
var fragment = root();
99
var p = $.first_child(fragment);
1010

11-
p.textContent = Math.max(0, Math.min(0, 100));
11+
p.textContent = 0;
1212

1313
var p_1 = $.sibling(p, 2);
1414

packages/svelte/tests/snapshot/samples/purity/_expected/client/index.svelte.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Purity($$anchor) {
88
var fragment = root();
99
var p = $.first_child(fragment);
1010

11-
p.textContent = Math.max(0, Math.min(0, 100));
11+
p.textContent = 0;
1212

1313
var p_1 = $.sibling(p, 2);
1414

0 commit comments

Comments
 (0)