better errors, and/or support
All checks were successful
Publish npm package / publish (push) Successful in 24s
All checks were successful
Publish npm package / publish (push) Successful in 24s
This commit is contained in:
@@ -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",() => {
|
||||
|
||||
Reference in New Issue
Block a user