US-03 - test/example-unit-testing
Changes
- Tests for the changes have been added (for bug fixes / features)
- Docs have been added / updated (for bug fixes / features)
Change Type
- Bugfix
- Feature
- Code style update (formatting, local variables)
- Refactoring (no functional changes, no api changes)
- Build related changes
- CI related changes
- Documentation content changes
- Other... Please describe: The bugfix was a missing import that prevented the tests from executing correctly and I added the variables that reference the input values so that we have easier access to them on the typescript file. Also added a example test method just so the other members may have a reference to start. PS: Since the component doesn't have basically any logic implmented, there wasn't a real test to create so I opted for just creating a example method.
Does this MR introduce a breaking change?
- Yes
- No