Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major) (#490)
Browse files Browse the repository at this point in the history
* chore(deps): update devdependencies (non-major)

* chore: use mach-media mock

* WIP: fix updtes

* WIP: upgarde jest again

* chore: revert console.logs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Krzysztof Sakwerda <[email protected]>
Co-authored-by: Lorenzo Kappeler <[email protected]>
Co-authored-by: talamcol <[email protected]>
  • Loading branch information
4 people authored Feb 27, 2023
1 parent 957de10 commit c814a70
Show file tree
Hide file tree
Showing 3 changed files with 1,377 additions and 1,401 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
'\\.(jpg|ico|jpeg|png|svg)$': '<rootDir>/.jest/mocks/fileMock.ts',
},
preset: 'ts-jest/presets/js-with-ts',
restoreMocks: true,
restoreMocks: false,
roots: ['<rootDir>/src'],
setupFilesAfterEnv: [
'<rootDir>/.jest/setup/jestDomExpects.ts',
Expand Down
Loading

0 comments on commit c814a70

Please sign in to comment.