Update 2026-03-11

This commit is contained in:
2026-03-11 14:17:43 +02:00
parent a4a1151421
commit 781510cbb9
9 changed files with 80 additions and 40 deletions

View File

@@ -31,6 +31,21 @@ local snippets = {
}
)
),
s(
"ttest",
fmta(
[[
#[tokio::test]
async fn <name>() {
<body>
}
]],
{
name = i(1),
body = i(0),
}
)
),
s(
"rstest",
fmta(