mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 08:49:33 +02:00
Groundwork for coverage with Nu internals. (#1205)
This commit is contained in:
committed by
GitHub
parent
5fd3191d91
commit
d3dae05714
@ -13,7 +13,7 @@ pub fn pipeline(commands: &str) -> String {
|
||||
.to_string()
|
||||
}
|
||||
|
||||
#[cfg(tests)]
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::pipeline;
|
||||
|
||||
|
Reference in New Issue
Block a user