Groundwork for coverage with Nu internals. (#1205)

This commit is contained in:
Andrés N. Robalino
2020-01-12 16:44:22 -05:00
committed by GitHub
parent 5fd3191d91
commit d3dae05714
8 changed files with 190 additions and 17 deletions

View File

@ -13,7 +13,7 @@ pub fn pipeline(commands: &str) -> String {
.to_string()
}
#[cfg(tests)]
#[cfg(test)]
mod tests {
use super::pipeline;