Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit daf1c29

Browse files
Update testing.md
1 parent 3194e56 commit daf1c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langs/en/guides/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You may want to keep parts of your state separate from the components for ease o
8383
8484
Also, since effects trigger asynchronously, it can help to wrap our assertions in a final effect. Alternatively, to observe a sequence of effects over multiple changes, it can help to return the necessary tools from `createRoot` and execute them in an async test function (as `createRoot` itself cannot take an `async` function).
8585
86-
As an example, let's test `createLocalStorage` from the [todo example](https://www.solidjs.com/examples/todos):
86+
As an example, let's test `createLocalStore` from the [todo example](https://www.solidjs.com/examples/todos):
8787
8888
```ts
8989
import { createEffect } from "solid-js";

0 commit comments

Comments
 (0)