You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref #352
Before:
src/api/Buffer.test.ts:102:9 - error TS2304: Cannot find name 'expect'.
...
src/api/Buffer.test.ts:106:5 - error TS2593: Cannot find name 'it'.
Do you need to install type definitions for a test runner? Try `npm
i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and
then add 'jest' or 'mocha' to the types field in your tsconfig.
...
Found 616 errors in 8 files.
After:
Found 138 errors in 6 files.
ref #352
Before:
src/api/Buffer.test.ts:102:9 - error TS2304: Cannot find name 'expect'.
...
src/api/Buffer.test.ts:106:5 - error TS2593: Cannot find name 'it'.
Do you need to install type definitions for a test runner? Try `npm
i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and
then add 'jest' or 'mocha' to the types field in your tsconfig.
...
Found 616 errors in 8 files.
After:
Found 138 errors in 6 files.
Problem
currently, test files are not checked by
npm run build
, we exclude them in tsconfig:node-client/packages/neovim/tsconfig.json
Line 7 in d3bc8d3
Expected behavior
The text was updated successfully, but these errors were encountered: