minor: clear expression cache before and after test

This commit is contained in:
Ajai Shankar 2023-02-10 22:24:28 -06:00
parent df4f322024
commit a4f757ee87

View File

@ -8,6 +8,7 @@ describe("utils", () => {
}
};
beforeEach(() => cache.clear());
afterEach(() => cache.clear());
it("should evaluate expression", () => {