fix: test for `simple_set` and `simple_set`

pull/15579/head
paoloricciuti 8 months ago
parent 873cd5fc84
commit 35e2afe2bb

@ -225,6 +225,8 @@ export function simple_set(source, value, should_proxy = false, needs_previous =
source.v = new_value;
source.o?.onchange?.();
return new_value;
}

@ -37,7 +37,7 @@
constructor(){
this.#in_constructor++;
this.#in_constructor = 42;
this.#in_constructor_proxy.count++;
}
}

Loading…
Cancel
Save