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
Have 3 separate test files as part of a single component (spread across 3 files), each test file imports the same, separate Bit component as a dependency: import '@bit/iexeter.tester.test-setup';.
When running bit show for the component, the test dependency is listed 3 times under the Dev Dependencies list:
When running bit tag the following appears:
a dependency iexeter.tester/test-setup@0.0.1 is duplicated
This error should have never happened. Please report this issue on Github https://github.com/teambit/bit/issues
Have 3 separate test files as part of a single component (spread across 3 files), each test file imports the same, separate Bit component as a dependency:
import '@bit/iexeter.tester.test-setup';
.When running
bit show
for the component, the test dependency is listed 3 times under the Dev Dependencies list:When running
bit tag
the following appears:bitmap extract for component:
Expected Behavior
Dev dependency should only be included once
Steps to Reproduce the Problem
bit show
and view Dev DependenciesSpecifications
The text was updated successfully, but these errors were encountered: