Skip to content

Commit 447d78c

Browse files
committed
wip
1 parent f517f67 commit 447d78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/signals/signals/src/plugin/__tests__/signals-plugin.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { SignalsPlugin } from '../signals-plugin'
22

3-
// this test was throwing an error, so I had to mock the sessionStorage --
4-
// no idea why, as sessionStorage is a global object is available in the browser in the test environment
3+
// this specific test was throwing a bunch of warnings, so I had to mock sessionStorage.
4+
// no idea why, as sessionStorage is a global object is available in the browser in the test environment, and works in other tests.
55
const sessionStorageMock = (() => {
66
let store: Record<string, any> = {}
77
return {

0 commit comments

Comments
 (0)