ruma / js_int

JavaScript-interoperable integer types for Rust
MIT License
16 stars 8 forks source link

Fix test workaround #26

Closed FSMaxB closed 3 years ago

FSMaxB commented 3 years ago

This was originally done in #25.

Uses IntoDeserializer and serde_test to not require serde_json for testing anymore, making it possible to use regular integration tests instead of the separate ext_tests crate workaround.