neovim / node-client

Nvim Node.js client and plugin host
https://neovim.io/node-client/
MIT License
492 stars 53 forks source link

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

Closed gjf7 closed 1 month ago

gjf7 commented 1 month ago

ref #352

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

https://github.com/neovim/node-client/blob/65ddb5e7c8fa6c1bd4a6cd6564ad0cdf83b7e92c/packages/neovim/tsconfig.json#L7

https://github.com/neovim/node-client/blob/65ddb5e7c8fa6c1bd4a6cd6564ad0cdf83b7e92c/package.json#L37

This PR should fix this as well.

justinmk commented 1 month ago

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