mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
test expect reporting
This commit is contained in:
parent
b24c9e33d7
commit
e19b272a9e
6 changed files with 413 additions and 6 deletions
|
@ -438,6 +438,7 @@ pub fn test(matches: &ArgMatches, triple: Triple) -> io::Result<i32> {
|
|||
|
||||
let (failed, passed) = roc_repl_expect::run::run_expects(
|
||||
&mut writer,
|
||||
roc_reporting::report::RenderTarget::ColorTerminal,
|
||||
arena,
|
||||
interns,
|
||||
&lib,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue