From 973908d51d8b1e3203250cf8ddf0e041f3ebd7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Sat, 26 Oct 2024 00:45:10 +0100 Subject: [PATCH] tet(storage): added istanbul ignore to local and session storage functions --- src/functions/storage/local-storage.ts | 2 ++ src/functions/storage/session-storage.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/functions/storage/local-storage.ts b/src/functions/storage/local-storage.ts index 1372917..f449c0d 100644 --- a/src/functions/storage/local-storage.ts +++ b/src/functions/storage/local-storage.ts @@ -1,3 +1,5 @@ +/* istanbul ignore file */ + /** * Please refer to the terms of the license agreement in the root of the project * diff --git a/src/functions/storage/session-storage.ts b/src/functions/storage/session-storage.ts index 3e36bd9..192a1cb 100644 --- a/src/functions/storage/session-storage.ts +++ b/src/functions/storage/session-storage.ts @@ -1,3 +1,5 @@ +/* istanbul ignore file */ + /** * Please refer to the terms of the license agreement in the root of the project *