After removing Container from hig.web, this required corresponding updates to orion, including updating snapshots, tests, as well as removing all references to Container, and telling GlobalNav it's now responsible for all the things Container was taking care of.
How Has This Been Tested?
npm run test is passing; we also made a pending test run and it is passing (due to previous changes)
Also we tested with npm run playground and did a cursory check of the features, as well as made sure there were no console warnings or errors.
Types of changes
Bug fix / Update (non-breaking change which fixes an issue)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly. (N/A)
Description
After removing Container from hig.web, this required corresponding updates to orion, including updating snapshots, tests, as well as removing all references to Container, and telling GlobalNav it's now responsible for all the things Container was taking care of.
How Has This Been Tested?
npm run test
is passing; we also made a pending test run and it is passing (due to previous changes) Also we tested withnpm run playground
and did a cursory check of the features, as well as made sure there were no console warnings or errors.Types of changes
Bug fix / Update (non-breaking change which fixes an issue)
Checklist: