Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
b63eb09faf3af6f53a00914dc0bef2f410ac4f09
/
.
/
examples
/
jest
/
jest.ts.config.js
blob: 031f1ccff6f19e7e7fa697152689c25aa62ee513 [
file
]
module
.
exports
=
{
testEnvironment
:
'node'
,
haste
:
{
enableSymlinks
:
true
,
},
reporters
:
[
'default'
],
testMatch
:
[
'**/*.test.js'
],
moduleNameMapper
:
{
'examples_jest/(.*)'
:
'<rootDir>/$1'
,
},
};