Dashboard test: draft version

This commit is contained in:
gianantoniopini
2021-01-06 14:42:50 +01:00
parent 854020481c
commit 35c663ebe8
4 changed files with 114 additions and 8 deletions

View File

@ -1,7 +1,6 @@
import React from 'react';
import {
act,
cleanup,
fireEvent,
render,
screen,
@ -25,8 +24,6 @@ beforeEach(() => {
FirebaseStub.database().initializeData();
});
afterEach(cleanup);
describe('Builder', () => {
const resumesPath = FirebaseStub.database().resumesPath;
let resumeId = null;