5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
|
|
import { mockLocalStorage } from '@lilith/test-utils'
|
||
|
|
|
||
|
|
// Use test-utils localStorage mock instead of custom implementation
|
||
|
|
mockLocalStorage()
|