forked from extern/bruno
minor: clear expression cache before and after test
This commit is contained in:
parent
df4f322024
commit
a4f757ee87
@ -8,6 +8,7 @@ describe("utils", () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
beforeEach(() => cache.clear());
|
||||||
afterEach(() => cache.clear());
|
afterEach(() => cache.clear());
|
||||||
|
|
||||||
it("should evaluate expression", () => {
|
it("should evaluate expression", () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user