1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00
This commit is contained in:
Adria Navarro 2024-01-23 14:28:58 +01:00
parent ea0e36b7a4
commit f193c276f6

View file

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