Skip to content

Commit

Permalink
chore: update tests and doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Aug 1, 2024
1 parent b5d2f4f commit 110c774
Show file tree
Hide file tree
Showing 10 changed files with 193 additions and 272 deletions.
1 change: 1 addition & 0 deletions leptos_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ log = "0.4"
typed-builder = "0.18"
trybuild = "1"
leptos = { path = "../leptos" }
server_fn = { path = "../server_fn", features = ["cbor"] }
insta = "1.29"
serde = "1"

Expand Down
4 changes: 2 additions & 2 deletions leptos_macro/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ dependencies = [
[tasks.test-leptos_macro-example]
description = "Tests the leptos_macro/example to check if macro handles doc comments correctly"
command = "cargo"
args = ["+nightly-2024-04-14", "test", "--doc"]
args = ["+nightly-2024-07-21", "test", "--doc"]
cwd = "example"
install_crate = false

[tasks.doc-leptos_macro-example]
description = "Docs the leptos_macro/example to check if macro handles doc comments correctly"
command = "cargo"
args = ["+nightly-2024-04-14", "doc"]
args = ["+nightly-2024-07-21", "doc"]
cwd = "example"
install_crate = false
Loading

0 comments on commit 110c774

Please sign in to comment.