-
-
Notifications
You must be signed in to change notification settings - Fork 69
docs: improving typos in ISSUE_TEMPLATE files #235
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
docs: improving typos in ISSUE_TEMPLATE files #235
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #235 +/- ##
==========================================
- Coverage 21.23% 14.75% -6.48%
==========================================
Files 8 9 +1
Lines 504 732 +228
Branches 108 168 +60
==========================================
+ Hits 107 108 +1
- Misses 348 543 +195
- Partials 49 81 +32 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
// Todo fix me | ||
data: this.data, | ||
hot: this.hot, | ||
cacheable: typeof this.cacheable, | ||
emitWarning: typeof this.emitWarning, | ||
emitError: typeof this.emitError, | ||
resolve: typeof this.resolve, | ||
getResolve: typeof this.getResolve, | ||
getLogger: typeof this.getLogger, | ||
// Todo fix me | ||
emitFile: typeof this.emitFile, |
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.
Why did we remove this? Can you please revert this change?
test/webpack.test.js
Outdated
@@ -19,7 +19,7 @@ test("Processes sass-loader's @import correctly", (done) => { | |||
expect(stats.hasErrors()).toBe(false); |
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.
I think we can revert changes to this file as well.
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.
ok fine
This PR contains a:
Motivation / Use-Case
improving typos in ISSUE_TEMPLATE files
Breaking Changes
No
Additional Info
No