UNPKG
react-sessionstorage-ttl-hook
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
React hook for sessionStorage with TTL and auto-expiry
react-sessionstorage-ttl-hook
/
jest.config.js
6 lines
(5 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'jsdom'
,
// This now maps to the installed package
setupFilesAfterEnv: [
'@testing-library/jest-dom'
] };