mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-20 13:38:20 +02:00
Add tests & test dependencies
This commit is contained in:
parent
c7cfc3a2a3
commit
96a6f165f4
5 changed files with 8464 additions and 94 deletions
12
jest.config.ts
Normal file
12
jest.config.ts
Normal file
|
@ -0,0 +1,12 @@
|
|||
module.exports = {
|
||||
clearMocks: true,
|
||||
moduleFileExtensions: ['js', 'ts'],
|
||||
roots: ['<rootDir>'],
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
testRunner: 'jest-circus/runner',
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue