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
Update all non-major dependencies
[ProtonMail-WebClient.git]
/
applications
/
inbox-desktop
/
jest.config.js
blob
ab15ce2b42e1c88715b18ec63dd7f82536d53f38
1
/** @type {import('ts-jest').JestConfigWithTsJest} */
2
module
.
exports
= {
3
clearMocks
:
true
,
4
preset
:
"ts-jest"
,
5
testEnvironment
:
"node"
,
6
setupFiles
: [
"<rootDir>/jest.setup.ts"
],
7
};