Remove superfluous comment

This commit is contained in:
tsickert 2024-04-05 09:57:02 +00:00
parent 54e44f8df1
commit 50c8860db1

View file

@ -6,7 +6,7 @@ module.exports = {
'^.+\\.ts$': 'ts-jest'
},
transformIgnorePatterns: [
'node_modules/(?!(axios)/)' // add this line
'node_modules/(?!(axios)/)'
],
verbose: true
}