mirror of
https://github.com/docker/build-push-action.git
synced 2025-05-06 21:49:33 +02:00
*: report metrics to the VM agent
This commit is contained in:
parent
70572bc121
commit
def1585067
9 changed files with 1497 additions and 19 deletions
|
@ -6,8 +6,12 @@ const config: Config.InitialOptions = {
|
|||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
'^.+\\.ts$': 'ts-jest',
|
||||
'^.+\\.js$': 'babel-jest'
|
||||
},
|
||||
transformIgnorePatterns: [
|
||||
'/node_modules/(?!(@buf|@connectrpc)/)'
|
||||
],
|
||||
verbose: true,
|
||||
collectCoverage: true,
|
||||
collectCoverageFrom: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue