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 *