Fixing test case.

This commit is contained in:
mike12345567 2022-02-08 17:41:54 +00:00
parent 07a285843e
commit 2e8aa2d80d
1 changed files with 1 additions and 1 deletions

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("")
})
})