tests(e2e): improve coverage

This commit is contained in:
Lucas Nogueira
2026-09-22 21:54:21 -03:00
parent 684feb2510
commit c8c373b48b
50 changed files with 1893 additions and 183 deletions
+2
View File
@@ -287,6 +287,8 @@ mod imp {
use std::path::PathBuf;
pub fn reveal_items_in_dir(paths: &[PathBuf]) -> crate::Result<()> {
// these AppKit calls are only `unsafe` before objc2-app-kit 0.3.2
#[allow(unused_unsafe)]
unsafe {
let mut urls = Vec::new();