Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AbdulElahGwaith
/
react-day-picker
like
0
Model card
Files
Files and versions
xet
Community
main
react-day-picker
/
src
/
labels
/
labelNav.test.ts
AbdulElahGwaith
Upload folder using huggingface_hub
cf86710
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
118 Bytes
import
{ labelNav }
from
"./labelNav"
;
test
(
"should return the label"
,
() =>
{
expect
(
labelNav
()).
toEqual
(
""
);
});