mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 18:27:46 +02:00
add nth tests to mod.rs (#934)
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
use nu_test_support::fs::Stub::EmptyFile;
|
||||
use nu_test_support::playground::Playground;
|
||||
use nu_test_support::{nu, pipeline};
|
||||
|
||||
#[test]
|
||||
fn selects_a_row() {
|
||||
Playground::setup("nth_test_1", |dirs, sandbox| {
|
||||
|
Reference in New Issue
Block a user