better errors, and/or support
All checks were successful
Publish npm package / publish (push) Successful in 24s

This commit is contained in:
Gregor Lohaus
2026-05-24 16:14:08 +02:00
parent fe3489e217
commit e900729c8f
3 changed files with 24 additions and 18 deletions

View File

@@ -451,7 +451,7 @@ test("file if",() => {
})
test("no endif should throw",() => {
expect(() => initRenderer("./testdata/no_end_if")).toThrow()
expect(() => initRenderer("./testdata/no_end_if")).toThrow("test.txt")
})
test("path vars cannot write outside target",() => {