Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
radames/ai-town
hackathonM
/
Matou-Garou
like
6
Sleeping
App
Files
Files
Community
34480d2
Matou-Garou
/
jest.config.ts
Jofthomas
HF staff
bulk
ce8b18b
6 months ago
raw
Copy download link
history
blame
Safe
168 Bytes
import
type
{
JestConfigWithTsJest
}
from
'ts-jest'
;
const
jestConfig
:
JestConfigWithTsJest
= {
preset
:
'ts-jest/presets/default-esm'
,
};
export
default
jestConfig;