We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830fe53 commit 3f7c2d4Copy full SHA for 3f7c2d4
src/lib/Lib.test.js
@@ -1,6 +1,6 @@
1
import { render } from "@testing-library/svelte";
2
3
-import SvelteInfiniteScroll from "./index.svelte";
+import SvelteInfiniteScroll from "./InfiniteScroll.svelte";
4
5
test("shows proper heading when rendered", () => {
6
const { container } = render(SvelteInfiniteScroll);
0 commit comments