@@ -115,6 +115,18 @@ nrd9, monorepo_equals, 2.2.3, no,
115115nrd10, monorepo_equals, 3.2.2, no, yes, cd module_3; {{vuh}} uv -q -cpm
116116
117117
118+ # root dir intersections
119+ rdi1, monorepo_same_root_dirs, 2.2.2, no, no, cd module_2; {{vuh}} lv -q -cpm
120+ rdi2, monorepo_same_root_dirs, 2.2.3, no, no, cd module_2; {{vuh}} sv -q -cpm
121+ rdi3, monorepo_same_root_dirs, 2.2.3, no, yes, cd module_2; {{vuh}} uv -q -cpm
122+ rdi4, monorepo_same_root_dirs, 1.2.3 3.2.1, no, no, cd module_1_3; {{vuh}} lv -q -cpm | tr '\n' ' '
123+ rdi5, monorepo_same_root_dirs, 1.2.4 3.2.2, no, no, cd module_1_3; {{vuh}} sv -q -cpm | tr '\n' ' '
124+ rdi6, monorepo_same_root_dirs, 1.2.4 3.2.2, no, yes, cd module_1_3; {{vuh}} uv -q -cpm | tr '\n' ' '
125+ rdi7, monorepo_root_dir_intersection, 1.2.3 2.2.2 3.2.1, no, no, cd module_2/module_1_3; {{vuh}} lv -q -cpm | tr '\n' ' '
126+ rdi8, monorepo_root_dir_intersection, 1.2.4 2.2.3 3.2.2, no, no, cd module_2/module_1_3; {{vuh}} sv -q -cpm | tr '\n' ' '
127+ rdi9, monorepo_root_dir_intersection, 1.2.4 2.2.3 3.2.2, no, yes, cd module_2/module_1_3; {{vuh}} uv -q -cpm | tr '\n' ' '
128+
129+
118130# check git diff
119131cgd1, versions_equal, 1.2.3, no, no, {{vuh}} sv -q --check-git-diff
120132cgd2, check_git_diff_equal, 1.2.3, no, no, {{vuh}} sv -q
0 commit comments