UNPKG
setup-act
Version:
latest (1.4.3)
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
0.1.2
0.1.1
0.1.0
GitHub Actions for act
github.com/actionsflow/setup-act
actionsflow/setup-act
setup-act
/
jest.config.js
11 lines
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { clearMocks:
true
, moduleFileExtensions: [
'js'
,
'ts'
], testEnvironment:
'node'
, testMatch: [
'**/*.test.ts'
], testRunner:
'jest-circus/runner'
, transform: {
'^.+\\.ts$'
:
'ts-jest'
}, verbose:
true
}