Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ilhamdev
/
chessGame
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
26ad920
chessGame
/
frontend
/
src
/
App.test.jsx
ilhamdev
Upload folder using huggingface_hub
ece5841
verified
11 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
{ render, screen }
from
"@testing-library/react"
;
import
{ describe, expect, test }
from
"vitest"
;
describe
(
"Sample test"
,
() =>
{
})