1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

Fixing test case.

This commit is contained in:
mike12345567 2022-02-08 17:41:54 +00:00
parent 07a285843e
commit 2e8aa2d80d

View file

@ -20,7 +20,7 @@ describe("test that it can run without helpers", () => {
)
const valid = await processString("{{ avg 1 1 1 }}", {})
expect(valid).toBe("1")
expect(output).toBe("{{ avg 1 1 1 }}")
expect(output).toBe("")
})
})