1
0
Fork 0

fixing true

pull/1613/head
Vallie Joseph 2024-01-09 19:05:11 +00:00
parent 8a6aae0a16
commit 47157e5ade
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ module.exports = {
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: tru
verbose: true
}