mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-29 04:24:14 +00:00
Add setup-qemu action (#71)
This commit is contained in:
parent
64ca6397e9
commit
34f453a5dc
14 changed files with 5770 additions and 0 deletions
12
setup-qemu/jest.config.js
Normal file
12
setup-qemu/jest.config.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
module.exports = {
|
||||
clearMocks: true,
|
||||
moduleFileExtensions: ['js', 'ts'],
|
||||
setupFiles: ["dotenv/config"],
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
testRunner: 'jest-circus/runner',
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue