Skip to content

Commit

Permalink
iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
tugrulates committed Feb 27, 2025
1 parent fb1222a commit 394d14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/forge/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Deno.test("version({ build: true }) includes build target", async () => {
assertMatch(await version({ build: true }), /[^\s]+ \([^\s]+\)/);
});

Deno.test("version({ deno: true }) include deno versions as lines", async () => {
Deno.test("version({ deno: true }) lists deno versions as lines", async () => {
assertMatch(
await version({ deno: true }),
/[^\s]+\ndeno [^\s]+\nv8 [^\s]+\ntypescript [^\s]+/,
Expand Down

0 comments on commit 394d14e

Please sign in to comment.