Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Feb 3, 2025
1 parent a91c1d0 commit da40ad6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ components:
- name: common
description: This gets imported by the parent and child directly
required: true
- name: parent-child-common
- name: parent-importing-child
description: This gets imported in a chain parent->child->common
required: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ components:
import:
path: common

- name: parent-child-common
- name: parent-importing-child
required: true
import:
name: parent-child-common
path: child

0 comments on commit da40ad6

Please sign in to comment.