mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
Firebase mock: fix for property ServerValue.TIMESTAMP
This commit is contained in:
@ -78,7 +78,7 @@ describe('builder', () => {
|
||||
|
||||
await ref.update({
|
||||
...resume,
|
||||
updatedAt: firebaseMock.database().ServerValue.TIMESTAMP,
|
||||
updatedAt: firebaseMock.database.ServerValue.TIMESTAMP,
|
||||
});
|
||||
|
||||
await waitFor(() =>
|
||||
|
||||
Reference in New Issue
Block a user