Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zhengr
/
DeepResearch
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
56fce6e
DeepResearch
/
jest.config.js
zhengr
init
0bcc252
about 2 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
module
.
exports
= {
preset
:
'ts-jest'
,
testEnvironment
:
'node'
,
testMatch
: [
'**/__tests__/**/*.test.ts'
],
setupFiles
: [
'<rootDir>/jest.setup.js'
],
};