or download this
note "\nTest function: get_files_in_watched_directory";
subtest 'get_files_in_watched_directory' => sub {
...
is_deeply(\@got_files, \@expected_files, 'Function should return a l
+ist of directory contents that will be processed');
};