-
Notifications
You must be signed in to change notification settings - Fork 230
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: add missing packages and install test #536
test: add missing packages and install test #536
Conversation
Codecov Report
@@ Coverage Diff @@
## master #536 +/- ##
=======================================
Coverage 94.78% 94.78%
=======================================
Files 16 16
Lines 959 959
Branches 84 84
=======================================
Hits 909 909
Misses 42 42
Partials 8 8 Continue to review full report at Codecov.
|
"extends": "./node_modules/gts/tsconfig-google.json", | ||
"compilerOptions": { | ||
"rootDir": ".", | ||
"outDir": "build" |
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.
Should we try setting types: [ "node" ]
here to see what happens? Maybe to repair #526?
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.
Also, skipLibCheck? #532
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.
SGTM! Should we consider testing against yarn pnp too?
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.
Eh, other priorities right now :) If it's easy, go fer it
Relates to #526 (comment)