Pretty assertions in test_docs

This commit is contained in:
Chadtech 2021-03-30 00:54:17 -04:00
parent ce6bdfc757
commit 4be3f04aba

View File

@ -1,3 +1,6 @@
#[macro_use]
extern crate pretty_assertions;
use roc_docs::{documentation_to_template_data, files_to_documentations, ModuleEntry};
use std::path::PathBuf;