Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Yusufarsh
/
ReproAgent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ReproAgent
/
frontend
/
src
/
test
/
example.test.ts
Yusufarsh
Upload 82 files
1f2014b
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
150 Bytes
import
{ describe, it, expect }
from
"vitest"
;
describe
(
"example"
,
() =>
{
it
(
"should pass"
,
() =>
{
expect
(
true
).
toBe
(
true
);
});
});