Dashboard page: added unit test related to create resume interaction

This commit is contained in:
gianantoniopini
2021-01-25 16:44:08 +01:00
parent ef3f2a802f
commit 9d486c11cc
4 changed files with 57 additions and 1 deletions

View File

@ -1 +1,4 @@
import '@testing-library/jest-dom/extend-expect';
import fetchMock from 'jest-fetch-mock';
fetchMock.enableMocks();