Firebase mock: fix for property ServerValue.TIMESTAMP

This commit is contained in:
gianantoniopini
2020-12-22 17:08:37 +01:00
parent b9014eb6cb
commit a9c6ed4cdb
3 changed files with 49 additions and 4 deletions

View File

@ -78,7 +78,7 @@ describe('builder', () => {
await ref.update({
...resume,
updatedAt: firebaseMock.database().ServerValue.TIMESTAMP,
updatedAt: firebaseMock.database.ServerValue.TIMESTAMP,
});
await waitFor(() =>