Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vue): Update Vue trackComponents list to match components with or without <> #13543

Merged
merged 5 commits into from
Sep 9, 2024

Commits on Aug 30, 2024

  1. fix(vue): Update Vue trackComponents list to match components with …

    …or without `<>`
    
    Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
    Zen-cronic committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    10bc596 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. test(vue): Add unit test for findTrackComponent function

    Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
    Zen-cronic committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2c67d73 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. test(vue): Add e2e test cases for trackComponents span

    Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
    Zen-cronic committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e7bc6a3 View commit details
    Browse the repository at this point in the history
  2. fix(vue): Remove extra angle bracket in component span description

    Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
    Zen-cronic committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8f48f36 View commit details
    Browse the repository at this point in the history
  3. test(vue): Add new route for trackComponent tests

    Group trackComponent tests together:
    1. With <>
    2. Without <>
    3. Not tracked
    
    Signed-off-by: Kaung Zin Hein <kaungzinhein113@gmail.com>
    Zen-cronic committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ab13a0b View commit details
    Browse the repository at this point in the history