make the clip tests silent

This commit is contained in:
amtoine 2023-04-01 09:10:56 +02:00
parent 507f4bda44
commit ad3e8de25b
No known key found for this signature in database
GPG Key ID: 37AAE9B486CFF1AB

View File

@ -26,11 +26,11 @@ export def test_path_add [] {
export def test_clip_simple_string [] {
use std.nu clip
"foo" | clip
"foo" | clip --silent --no-notify
}
export def test_clip_structured_data [] {
use std.nu clip
open Cargo.toml | get package | clip
open Cargo.toml | get package | clip --silent --no-notify
}