Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aynkhn
/
SOURCE.IO
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SOURCE.IO
/
src
/
test
/
example.test.ts
Adeen
Deploy: OCR support for PDF/Images/DOCX
ae14296
11 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
143 Bytes
import
{ describe, it, expect }
from
"vitest"
;
describe
(
"example"
,
() =>
{
it
(
"should pass"
,
() =>
{
expect
(
true
).
toBe
(
true
);
});
});