mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-13 15:10:04 +01:00
Update import for the renamed mock-date-now
This commit is contained in:
parent
8294d398ed
commit
e07ec0ba1a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import store, { lastUpdatedSuffix } from '../store';
|
|||
import { mockStorageImpl } from '../../../test/mock-storage';
|
||||
import { getRandomIntBetween } from '../../../test/randomness';
|
||||
import { fireEvent } from '@testing-library/dom';
|
||||
import { mockDateNow } from '../../../test/mock-date-now';
|
||||
import { mockDateNow } from '../../../test/mock';
|
||||
|
||||
describe('Store utilities', () => {
|
||||
const { setItemSpy, getItemSpy, removeItemSpy, forceStorageError, setStorageValue } = mockStorageImpl();
|
||||
|
|
Loading…
Add table
Reference in a new issue