test(multiplexer): Add basic integration tests

This commit is contained in:
Santiago Carmuega 2021-12-19 11:06:46 -03:00
parent c98c9e891e
commit 194dd6c70b
2 changed files with 66 additions and 0 deletions

View file

@ -18,4 +18,5 @@ byteorder = "1.4.3"
hex = "0.4.3"
[dev-dependencies]
rand = "0.8.4"
env_logger = "0.9.0"