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
In a new GTS setup when one drops a .spec.ts file into /test and imports anything from mocha or chai, this leads to an ESLint warning for no-unpublished-import.
As the 💡 in Rule Details suggests, a .npmignore holding one line for /test could lead to a less disruptive experience for new setups.
The text was updated successfully, but these errors were encountered:
In a new GTS setup when one drops a
.spec.ts
file into/test
andimport
s anything frommocha
orchai
, this leads to an ESLint warning for no-unpublished-import.As the 💡 in Rule Details suggests, a
.npmignore
holding one line for/test
could lead to a less disruptive experience for new setups.The text was updated successfully, but these errors were encountered: