Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank committed Nov 25, 2024
1 parent 94f1deb commit 74d68a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/_pages/examples_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { assertEquals, assertNotMatch } from "@std/assert";
const decoder = new TextDecoder();

Deno.test("Check examples", async (t) => {
for await (const item of walk("/learn/examples")) {
for await (const item of walk("./learn/examples")) {
const path = join("examples", item.name);

if (!path.endsWith(".ts")) continue;
Expand Down

0 comments on commit 74d68a1

Please sign in to comment.