repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'renovate/all-minor-patch' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
llm
/
jest.config.js
blob
ac8fb16165c7fc0f8abadbee8296459584c9f5ae
1
/** @type {import('ts-jest').JestConfigWithTsJest} */
2
module
.
exports
= {
3
preset
:
'ts-jest'
,
4
moduleDirectories
: [
'<rootDir>/node_modules'
,
'node_modules'
],
5
transform
: {
6
'^.+
\\
.tsx?$'
:
'babel-jest'
,
7
},
8
testEnvironment
:
'node'
,
9
};