Skip to content

Commit

Permalink
Remove custom Jest config hiding console warnings
Browse files Browse the repository at this point in the history
This should no longer be needed, we’re not using @vue/compat anymore.

Bug: T355168
  • Loading branch information
lucaswerkmeister committed Jan 16, 2024
1 parent 15e8b6c commit a60d45b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ module.exports = {
'^@/(.*)$': '<rootDir>/src/$1',
'\\.css$': '<rootDir>/tests/mocks/styleMock.js',
},
setupFiles: [
'./jest.overrides.js',
],
testEnvironment: 'jsdom',
testEnvironmentOptions: {
customExportConditions: [ 'node', 'node-addons' ],
Expand Down
6 changes: 0 additions & 6 deletions jest.overrides.js

This file was deleted.

0 comments on commit a60d45b

Please sign in to comment.