fix tests

This commit is contained in:
JT 2021-08-11 06:57:08 +12:00
parent 1355a5dd33
commit 7655b070df

View File

@ -2,6 +2,9 @@ use nu_cli::{create_default_context, report_parsing_error, report_shell_error, N
use nu_engine::eval_block;
use nu_parser::{ParserState, ParserWorkingSet};
#[cfg(test)]
mod tests;
fn main() -> std::io::Result<()> {
let parser_state = create_default_context();