mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 21:51:07 +02:00
make the clip
tests silent
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user