Fix test
This commit is contained in:
parent
ea0e36b7a4
commit
f193c276f6
|
@ -50,6 +50,7 @@ describe("manifest", () => {
|
|||
|
||||
const context = {
|
||||
double: i => i * 2,
|
||||
isString: x => typeof x === "string",
|
||||
}
|
||||
|
||||
const arrays = hbs.match(/\[[^/\]]+\]/)
|
||||
|
|
Loading…
Reference in New Issue