mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-14 16:38:30 +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());
|
||||
|
||||
it("should evaluate expression", () => {
|
||||
|
Reference in New Issue
Block a user