screenshot updated

docks66-json-schema
Yanick Champoux 2023-04-16 13:40:56 -04:00
parent 0c2f12f91b
commit 1481d09887
5 changed files with 6 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -1,6 +1,11 @@
import { test, expect } from "vitest";
import { readable } from "svelte/store";
import { test, expect, vi } from "vitest";
import { render } from "@testing-library/svelte";
vi.mock("$app/stores", () => ({
page: readable({ url: { pathname: "/" } }),
}));
import MainLayout from "./MainLayout.svelte";
test("we have an editor link", () => {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB