mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2025-06-19 21:58:07 +00:00
V2 Upload Artifact
This commit is contained in:
parent
8eb149d680
commit
1f5451ede0
17 changed files with 11866 additions and 13 deletions
12
jest.config.js
Normal file
12
jest.config.js
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