mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
make the clip
tests silent
This commit is contained in:
parent
507f4bda44
commit
ad3e8de25b
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user