1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-05-07 22:19:29 +02:00

*: refactor methods to support mocking

Additionally, write some tests to ensure the driver method
`startBlacksmithBuilder` handles all exceptions correctly in
both nofallback=true and nofallback=false configurations.
This commit is contained in:
Aditya Maru 2024-12-08 14:19:31 -05:00
parent 15e5beff2d
commit c71ad2dbef
15 changed files with 712 additions and 1380 deletions

View file

@ -12,6 +12,9 @@
"resolveJsonModule": true,
"useUnknownInCatchVariables": false,
},
"include": [
"src/**/*"
],
"exclude": [
"./__mocks__/**/*",
"./__tests__/**/*",