mirror of https://github.com/actions/toolkit
fixing true
parent
8a6aae0a16
commit
47157e5ade
|
@ -7,5 +7,5 @@ module.exports = {
|
|||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: tru
|
||||
verbose: true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue