mirror of
https://code.forgejo.org/actions/checkout.git
synced 2026-08-28 13:04:57 -04:00
Convert checkout to a regular action
This commit is contained in:
parent
50fbc622fc
commit
fb4e2f6c03
33 changed files with 22253 additions and 59 deletions
11
jest.config.js
Normal file
11
jest.config.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
module.exports = {
|
||||
clearMocks: true,
|
||||
moduleFileExtensions: ['js', 'ts'],
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
testRunner: 'jest-circus/runner',
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true
|
||||
}
|
||||
Loading…
Reference in a new issue