Add testing for create command

This commit is contained in:
Paul Hauner
2022-08-17 15:30:18 +10:00
parent c27d3dd830
commit 61e0347326
4 changed files with 274 additions and 7 deletions

View File

@@ -20,3 +20,7 @@ serde_json = "1.0.58"
eth2_serde_utils = "0.1.1"
tree_hash = "0.4.1"
eth2 = { path = "../common/eth2", features = ["lighthouse"]}
[dev-dependencies]
tempfile = "3.1.0"
tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros"] }