Sign in
flutter
/
mirrors
/
cocoon
/
c72521ed7b91cfec8ebef8c8017cf0d0d2cc2e05
/
.
/
gh_actions
/
third_party
/
no-response
/
jest.config.js
blob: 563d4ccb83243b5db814d0d9a8bf160d0adf494a [
file
] [
log
] [
blame
]
module
.
exports
=
{
clearMocks
:
true
,
moduleFileExtensions
:
[
'js'
,
'ts'
],
testEnvironment
:
'node'
,
testMatch
:
[
'**/*.test.ts'
],
testRunner
:
'jest-circus/runner'
,
transform
:
{
'^.+\\.ts$'
:
'ts-jest'
},
verbose
:
true
}