mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-14 18:18:32 +02:00
minor: clear expression cache before and after test
This commit is contained in:
@ -8,6 +8,7 @@ describe("utils", () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
beforeEach(() => cache.clear());
|
||||||
afterEach(() => cache.clear());
|
afterEach(() => cache.clear());
|
||||||
|
|
||||||
it("should evaluate expression", () => {
|
it("should evaluate expression", () => {
|
||||||
|
Reference in New Issue
Block a user