Add light-weight snapshot testing library with editor integration

This commit is contained in:
Aleksey Kladov
2020-06-27 17:53:50 +02:00
parent 491d000c27
commit 03c5a6690d
8 changed files with 357 additions and 5 deletions

View File

@@ -666,6 +666,7 @@ pub(crate) fn runnable(
workspace_root: workspace_root.map(|it| it.into()),
cargo_args,
executable_args,
expect_test: None,
},
})
}