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
I've seen a couple nyc bugs where configuration: {include: ['./lib/**']} does not work, it has to be changed to {include: ['lib/**']}. These two include arrays should produce identical results.
The text was updated successfully, but these errors were encountered:
I've seen a couple nyc bugs where configuration:
{include: ['./lib/**']}
does not work, it has to be changed to{include: ['lib/**']}
. These two include arrays should produce identical results.The text was updated successfully, but these errors were encountered: