When we run npm test, there are lots of warnings.
It is a bit painful when we want to see logs or relevant information shown when running the tests. Reducing them or remove them all would ease that a lot.
When we run npm test, there are lots of warnings.
It is a bit painful when we want to see logs or relevant information shown when running the tests. Reducing them or remove them all would ease that a lot.
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Tests/jest: Reduce npm warnings | mediawiki/extensions/WikiLambda | master | +120 -47 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | DSmit-WMF | T325412 WikiLambda's jest test output is filled with lots of scary-looking warnings and "errors", even when the tests pass, making it difficult to debug | |||
Resolved | DSmit-WMF | T362711 Clean up [Vue warn:] logs |
Change #1037799 had a related patch set uploaded (by Ecarg; author: Ecarg):
[mediawiki/extensions/WikiLambda@master] Reduce npm warnings
Change #1037799 merged by jenkins-bot:
[mediawiki/extensions/WikiLambda@master] Tests/jest: Reduce npm warnings
A lot of warnings (~50) have been resolved from the above patch; more will be resolved as a byproduct of another patch. This can be a continued WIP and we can create a new task if this one gets 'resolved'.