Skip to content

Fix Windows test command - #19

Merged
potemkin666 merged 1 commit into
mainfrom
agent/fix-windows-test-command
Jul 16, 2026
Merged

Fix Windows test command#19
potemkin666 merged 1 commit into
mainfrom
agent/fix-windows-test-command

Conversation

@potemkin666

Copy link
Copy Markdown
Owner

Fixes npm test on Windows.

The script previously invoked node_modules/.bin/jest, which is a POSIX shell shim. Node attempted to parse it as JavaScript and crashed before Jest could run.

This now invokes Jest's cross-platform JavaScript entrypoint directly.

Validated with npm test (23 suites, 185 tests) and npm run lint.

@potemkin666
potemkin666 marked this pull request as ready for review July 16, 2026 11:23
@potemkin666
potemkin666 merged commit 8dd32aa into main Jul 16, 2026
0 of 3 checks passed
@potemkin666
potemkin666 deleted the agent/fix-windows-test-command branch July 16, 2026 11:24
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