You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ravali-rimmalapudi edited this page Dec 3, 2021
·
1 revision
Problem:
Some test cases are not passing uniformly, when the process.env variable is modified to mock different terminals(failed when ran individually and passed when ran in the suite).
Solution:
This is a known issue with mocha when combined with supports-colour. It is an internal dependency in supports-hyperlink (which is used to convert markdowns to hyperlinks).The FORCE_COLOR environment variable can be used to turn off Mocha's emission of terminal escape codes.
Set FORCE_COLOR = 1 or alternatively add this argument '--hyperlink=true'