Firebase mock: refactoring, fixed issue with call to __getResume

This commit is contained in:
gianantoniopini
2020-12-14 12:03:36 +01:00
parent 287336e166
commit d3d51eabf5
2 changed files with 25 additions and 9 deletions

View File

@ -20,7 +20,7 @@ beforeEach(() => {
afterEach(cleanup);
it('renders correctly', () => {
it('renders correctly', async () => {
firebaseMockUseDemoResume(true);
const resumeId = firebaseMockGetResumeId();