Modernize Node support and migrate unit tests to Vitest#2892
Merged
Conversation
…e24-vitest # Conflicts: # .github/workflows/publish-vscode.yaml # package-lock.json # package.json # packages/quicktype-graphql-input/package.json # src/GraphQLIntrospection.ts
- Port the rationale comments from the deleted standalone checks into the migrated Vitest tests, including the issue links. - Guard the javascript-prop-types fixture against prop-types' production no-op shims with a sentinel self-check. - Remove the unused node_modules_key/source_key cache keys from the setup action. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
npm test now runs the Vitest unit suite before the fixture harness, so the documented FIXTURE=... npm test forms were misleading. Point them at npm run test:fixtures and mention npm run test:unit. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
schani
commented
Jul 10, 2026
schani
added a commit
that referenced
this pull request
Jul 10, 2026
Master (#2892) migrated the standalone test/check-*.ts regression checks into Vitest unit tests and removed their wiring from test/test.ts, so this PR's check-language-named.ts is now test/unit/language-named.test.ts.
schani
added a commit
that referenced
this pull request
Jul 10, 2026
Master (#2892) migrated the standalone test/check-*.ts regression checks into Vitest unit tests and removed their wiring from test/test.ts, so this PR's check-windows-schema-paths.ts is now test/unit/windows-schema-paths.test.ts. Also adapted NodeIO's new file:-URI branch to master's globalThis.fetch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
The full cross-language matrix remains in GitHub Actions because it requires the external language toolchains described in AGENTS.md.