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
Legacy testing dependencies and files should be removed from @carbon/web-components before upgrading/installing new packages:
should be safe to remove all of the following
tests/karma*.*
tests/[integration, typings, util]
files in tests/integration/[snapshot, spec] should be refactored to test files in their respective component, i.e. accordion/__tests__/accordion.test.js and accordion/__tests__/__snapshots/ (basically follow the structure from the React package)
The text was updated successfully, but these errors were encountered:
Legacy testing dependencies and files should be removed from
@carbon/web-components
before upgrading/installing new packages:tests/karma*.*
tests/[integration, typings, util]
tests/integration/[snapshot, spec]
should be refactored to test files in their respective component, i.e.accordion/__tests__/accordion.test.js
andaccordion/__tests__/__snapshots/
(basically follow the structure from the React package)The text was updated successfully, but these errors were encountered: