Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pbl6-cats
/
PBL6-informative-system
like
0
Sleeping
App
Files
Files
Community
97231d3
PBL6-informative-system
/
backend
/
test
/
jest-e2e.json
Trần Viết Sơn
initialize backend
88f437e
4 months ago
raw
Copy download link
history
blame
Safe
183 Bytes
{
"moduleFileExtensions"
:
[
"js"
,
"json"
,
"ts"
]
,
"rootDir"
:
"."
,
"testEnvironment"
:
"node"
,
"testRegex"
:
".e2e-spec.ts$"
,
"transform"
:
{
"^.+\\.(t|j)s$"
:
"ts-jest"
}
}