This commit is contained in:
Adria Navarro 2024-01-23 14:28:58 +01:00
parent ea0e36b7a4
commit f193c276f6
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ describe("manifest", () => {
const context = { const context = {
double: i => i * 2, double: i => i * 2,
isString: x => typeof x === "string",
} }
const arrays = hbs.match(/\[[^/\]]+\]/) const arrays = hbs.match(/\[[^/\]]+\]/)