Skip to content

Commit

Permalink
fix the useSessionStorage test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrommel authored and Nathan Spaeth committed Jun 23, 2020
1 parent 829851b commit 5e6f5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/useSessionStorage.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable */
import useSessionStorage from '../src/useSessionStorage';
import 'jest-localStorage-mock';
import 'jest-localstorage-mock';
import { renderHook, act } from '@testing-library/react-hooks';

describe(useSessionStorage, () => {
Expand Down

0 comments on commit 5e6f5dc

Please sign in to comment.