fixed lint problem

This commit is contained in:
Ulf Gebhardt 2023-06-01 12:03:56 +02:00
parent 773382d3ae
commit fd961cb529
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -20,7 +20,7 @@ module.exports = {
lines: 83,
},
},
coverageProvider: "v8",
coverageProvider: 'v8',
setupFiles: ['<rootDir>/test/registerContext.js', '<rootDir>/test/testSetup.js'],
transform: {
'.*\\.(vue)$': '@vue/vue2-jest',