FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
server/jest.config.js at update-code · standardnotes/server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
standardnotes
/
server
Public
Notifications
You must be signed in to change notification settings
Fork
109
Star
476
Code
Issues
43
Pull requests
28
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
server
/
jest.config.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 282 Bytes
Breadcrumbs
server
/
jest.config.js
Copy path
File metadata and controls
14 lines (14 loc) · 282 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module
.
exports
=
{
preset
:
'ts-jest'
,
testEnvironment
:
'node'
,
testRegex
:
'(/__tests__/.*|(\\.|/)(test|spec))\\.ts$'
,
testTimeout
:
20000
,
coverageThreshold
:
{
global
:
{
branches
:
100
,
functions
:
100
,
lines
:
100
,
statements
:
100
,
}
,
}
,
}
;
Back
|
FazBrowse Home
|
New Git URL