Skip to content

Commit

Permalink
test(ssg): ✅ add missing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Jan 1, 2025
1 parent 866e028 commit e369e2c
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 102 deletions.
79 changes: 37 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ lazy_static = "1.5.0" # Static variables for lazy evaluatio
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive", "cargo", "env"] }
colored = "2.2.0"
dtt = "0.0.8"
dtt = "0.0.9"
env_logger = "0.11.6"
http-handle = "0.0.2"
indicatif = { version = "0.17.9", features = ["rayon"] }
Expand All @@ -115,14 +115,14 @@ log = { version = "0.4.22", features = ["std"] }
once_cell = "1.20.2"
rayon = "1.10.0"
rlg = "0.0.6"
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
staticdatagen = "0.0.4"
staticdatagen = "0.0.5"
tempfile = "3.14.0"
thiserror = "2.0.9"
toml = "0.8.19"
tokio = { version = "1.42.0", features = ["full"], optional = true }
url = "2.5.3"
url = "2.5.4"
uuid = { version = "1.11.0", features = ["v4"] }
warp = "0.3.7"

Expand Down
Loading

0 comments on commit e369e2c

Please sign in to comment.