Skip to content

Commit

Permalink
fix: vue incompatibility with prettier 3
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmishra committed Sep 25, 2023
1 parent f2a2c3e commit 5cf763a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ module.exports = {
testEnvironmentOptions: {
url: 'http://localhost/',
},
globals: {
'vue-jest': {
templateCompiler: {
prettify: false,
},
},
},
globalSetup: './jest.setup.js',
testEnvironment: 'jsdom',
setupFiles: ['fake-indexeddb/auto'],
Expand Down

0 comments on commit 5cf763a

Please sign in to comment.