Skip to content

typescript-deno: Fix failing test, watch-mode default, and update imports for Deno 2 - #158

Open
adamnfish-gu wants to merge 1 commit into
platform/tool-versions-cifrom
fix/typescript-deno
Open

typescript-deno: Fix failing test, watch-mode default, and update imports for Deno 2#158
adamnfish-gu wants to merge 1 commit into
platform/tool-versions-cifrom
fix/typescript-deno

Conversation

@adamnfish-gu

@adamnfish-gu adamnfish-gu commented Aug 7, 2026

Copy link
Copy Markdown

The example test asserted result === true but mod.ts exported false. It now exports true.

script/test ran deno test --watch, which never exits. It now runs once, with the watch loop behind --watch.

The std assert import from deno.land/std@0.153.0 does not resolve on Deno 2; the module moved to jsr:@std/assert. deno.lock updated to match.


Base platform/tool-versions-ci (#144), so the diff shows only this branch's changes. Merge #144 first.

Part of #143.

The example test asserted result === true but mod.ts exported false. It now
exports true.

script/test ran `deno test --watch`, which never exits. It now runs once,
with the watch loop behind --watch.

The std assert import from deno.land/std@0.153.0 does not resolve on Deno 2;
the module moved to jsr:@std/assert. deno.lock updated to match.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant