Add unit tests + use `pretty_assertions` crate
... | ... | @@ -18,4 +18,5 @@ quote = "1.0.2" |
proc-macro2 = "1.0.9" | ||
[dev-dependencies] | ||
log = "0.4.8" | ||
\ No newline at end of file | ||
log = "0.4.8" | ||
pretty_assertions = "0.6.1" |
Please register or sign in to comment