mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-01-12 13:51:12 +07:00
Improve code quality and write tests
This commit is contained in:
@@ -7,5 +7,6 @@ module.exports = {
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true
|
||||
}
|
||||
verbose: true,
|
||||
collectCoverage: true
|
||||
};
|
||||
Reference in New Issue
Block a user