Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tsi-org
/
vidcraft
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
vidcraft
/
jest.setup.js
tsi-org
Upload 89 files
19e25f3
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
172 Bytes
import
'@testing-library/jest-dom/extend-expect'
;
// Allow router mocks.
// eslint-disable-next-line no-undef
jest.
mock
(
'next/router'
,
() =>
require
(
'next-router-mock'
));