Skip to content

javascript-esm: Fix failing test and non-terminating test runner - #156

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

javascript-esm: Fix failing test and non-terminating test runner#156
adamnfish-gu wants to merge 1 commit into
platform/tool-versions-cifrom
fix/javascript-esm

Conversation

@adamnfish-gu

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

Copy link
Copy Markdown

pairingTest() returned false while the test expected true. It now returns true.

jest --watchAll in package.json and --watch in script/test meant ./script/test never exited. package.json now runs plain jest and script/test takes an explicit --watch flag.


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

Part of #143.

pairingTest() returned false while the test expected true. It now returns
true.

`jest --watchAll` in package.json and --watch in script/test meant
./script/test never exited. package.json now runs plain jest and script/test
takes an explicit --watch flag.

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