pub fn assert_dirs_are_equal(dir1: impl AsRef<Path>, dir2: impl AsRef<Path>)
Assert that all files in dir1 exist and have the same content in dir2
dir1
dir2