mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 00:36:12 +02:00
Simplify Jest setup
- Remove explicit dependency on jest-circus: this is now the default runner - Remove test timeout setting - Remove @types/jest from explicit dependencies
This commit is contained in:
parent
202e4e0271
commit
f1c309a163
4 changed files with 5 additions and 8 deletions
|
@ -3,10 +3,8 @@ module.exports = {
|
|||
moduleFileExtensions: ['js', 'ts', 'json'],
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
testRunner: 'jest-circus/runner',
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true,
|
||||
setupFilesAfterEnv: ['./jest.setup.js']
|
||||
verbose: true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue