Skip to content

Commit 2ba0b4f

Browse files
committed
rerun
1 parent 9e85fe2 commit 2ba0b4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/data.spec.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import {
77
createSignal
88
} from "solid-js";
99
import { render } from "solid-js/web";
10-
import { createAsync, createAsyncStore } from "../src/data";
11-
import { awaitPromise, waitFor } from "./helpers";
10+
import { createAsync } from "../src/data/createAsync.js";
11+
import { awaitPromise } from "./helpers.js";
1212

1313
function Parent(props: ParentProps) {
1414
return <ErrorBoundary fallback={<div id="parentError" />}>{props.children}</ErrorBoundary>;

0 commit comments

Comments
 (0)