Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
oldg591
/
jannn
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
jannn
/
core
/
jest.config.js
oldg591
fc
3459571
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
130 Bytes
module
.
exports
= {
preset
:
'ts-jest'
,
testEnvironment
:
'node'
,
moduleNameMapper
: {
'@/(.*)'
:
'<rootDir>/src/$1'
,
},
}