-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix(server): don't ignore node_modules by default #1970
Conversation
test/ContentBase.test.js
Outdated
expect(folderWatched).toEqual(false); | ||
done(); | ||
}); | ||
}); |
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 this we should rewrite test to check what we watch node_modules
(to avoid future regressions)
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.
Good work! Let's rewrite test
Codecov Report
@@ Coverage Diff @@
## master #1970 +/- ##
==========================================
- Coverage 92.47% 92.47% -0.01%
==========================================
Files 28 28
Lines 1077 1076 -1
Branches 322 322
==========================================
- Hits 996 995 -1
Misses 77 77
Partials 4 4
Continue to review full report at Codecov.
|
For Bugs and Features; did you add new tests?
yes
Motivation / Use-Case
fixes #1934
Breaking Changes
yes
Additional Info