Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
opendigital
/
agent-flow
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d202ada
agent-flow
/
scripts
/
aws
/
jest.config.js
Tai Truong
fix readme
d202ada
3 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
module
.
exports
= {
testEnvironment
:
'node'
,
roots
: [
'<rootDir>/test'
],
testMatch
: [
'**/*.test.ts'
],
transform
: {
'^.+\\.tsx?$'
:
'ts-jest'
}
};