Skip to content

Commit 973908d

Browse files
author
João Dias
committed
tet(storage): added istanbul ignore to local and session storage functions
1 parent ec60743 commit 973908d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: src/functions/storage/local-storage.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* istanbul ignore file */
2+
13
/**
24
* Please refer to the terms of the license agreement in the root of the project
35
*

Diff for: src/functions/storage/session-storage.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* istanbul ignore file */
2+
13
/**
24
* Please refer to the terms of the license agreement in the root of the project
35
*

0 commit comments

Comments
 (0)