1
2
3
4
5
6
7
8
9
import { testMutateSemantics2 } from "https://esm.town/v/stevekrouse/testMutateSemantics2";
export const untitled_library_unauthenticated_cannot_mutate_setter = () =>
testMutateSemantics2({
stateName: "@stevekrouse.untitled_test_state",
mutateExpected: false,
mutator: (now) => `@stevekrouse.untitled_mutate_test_state(${now})`,
authenticated: false,
});
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023