Skip to content
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

build(tests): type check Buffer.test.ts #410

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

gjf7
Copy link
Contributor

@gjf7 gjf7 commented Oct 8, 2024

ref #352

Our linter and TypeScript config disagreed on test files. Linter included them, config didn't.

"exclude": ["node_modules", "__tests__", "**/*.test.ts", "examples", "lib"]

"lint": "eslint --format=unix packages/*/src/**/*.ts packages/*/src/*.ts"

This PR should fix this as well.

@gjf7 gjf7 marked this pull request as draft October 8, 2024 05:00
@justinmk
Copy link
Member

justinmk commented Oct 8, 2024

Thanks for helping with this! Probably want to do a couple files at a time, not one big PR.

@gjf7 gjf7 force-pushed the test-files-ts-check branch from 5a3ca59 to 46e1cad Compare October 9, 2024 06:26
@gjf7 gjf7 force-pushed the test-files-ts-check branch from 46e1cad to 3d0e522 Compare October 9, 2024 13:57
@gjf7 gjf7 changed the title WIP: enable fully ts checking of test files Type check for Buffer.test.ts Oct 9, 2024
@gjf7 gjf7 marked this pull request as ready for review October 9, 2024 14:06
@gjf7 gjf7 force-pushed the test-files-ts-check branch from 3d0e522 to 8e287ad Compare October 9, 2024 15:23
@justinmk justinmk changed the title Type check for Buffer.test.ts build(tests): type check Buffer.test.ts Oct 9, 2024
@justinmk justinmk merged commit a334f3d into neovim:master Oct 9, 2024
10 checks passed
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