mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Use insta crate for snapshot tests
Wow, this makes snapshot testing so much easier!!
This commit is contained in:
parent
766ccc97f7
commit
fbc2052e83
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ fn build_derived_body(
|
|||
exposed_types: exposed_by_module,
|
||||
derived_ident_ids,
|
||||
};
|
||||
encoding::derive_to_encoder(&mut env, to_encoder_key)
|
||||
encoding::derive_to_encoder(&mut env, to_encoder_key, derived_symbol)
|
||||
}
|
||||
DeriveKey::Decoding => todo!(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue