Skip to content

Port verify.quickInfo... tests #1494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 1, 2025
Merged

Port verify.quickInfo... tests #1494

merged 4 commits into from
Aug 1, 2025

Conversation

gabritto
Copy link
Member

This ports the non-baseline quick info fourslash tests. Out of ~290 ported tests, some 200 fail. Reasons include those mentioned in #1476, but also some single->multiline changes, missing jsdoc comments, (property) instead of (method).

@gabritto gabritto marked this pull request as ready for review August 1, 2025 14:46
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a comprehensive set of fourslash tests for TypeScript's quick info functionality by porting non-baseline quickinfo tests from the original TypeScript repository. The tests cover a wide range of quick info scenarios including generic types, JSX elements, mapped types, union types, and various TypeScript language features.

Key changes:

  • Ports approximately 290 fourslash quick info tests from TypeScript's test suite
  • Tests cover scenarios like generic specialization, type narrowing, JSX components, and complex type operations
  • Many tests are currently skipped (with t.Skip()) due to known differences in implementation

@gabritto gabritto added this pull request to the merge queue Aug 1, 2025
Merged via the queue into main with commit ec1a434 Aug 1, 2025
22 checks passed
@gabritto gabritto deleted the gabritto/testquickinfo branch August 1, 2025 16:37
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.

2 participants