-
Notifications
You must be signed in to change notification settings - Fork 16.5k
test: tsify session spec #19604
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
test: tsify session spec #19604
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main specs fails with:
Unhandled exception in main spec runner: electron/spec-main/api-session-spec.ts(8,23): error TS7016: Could not find a declaration file for module 'send'. '/Users/distiller/project/src/electron/node_modules/send/index.js' implicitly has an 'any' type.
Try `npm install @types/send` if it exists or add a new declaration (.d.ts) file containing `declare module 'send';`
electron/spec-main/api-session-spec.ts(9,23): error TS2307: Cannot find module 'basic-auth'.
ah right, i |
It seems that the CI on master branch is failing and this PR is affected. |
0925ac3
to
d6b1ca9
Compare
d6b1ca9
to
b43f2ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Is the yarn.lock
bump intentional?
b43f2ca
to
8977e27
Compare
No Release Notes |
Description of Change
Also fix a few doc bugs I found along the way.
Checklist
npm test
passesRelease Notes
Notes: none