fix tests

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-10-25 11:26:57 +02:00
parent 62c3f1a120
commit ad7d38c4b6
3 changed files with 31 additions and 50 deletions
-2
View File
@@ -68,8 +68,6 @@ describe('api', () => {
};
beforeEach(() => {
jest.resetAllMocks();
setupHandlers();
api = new VaultClient({ discoveryApi, fetchApi });