Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
eruda-vue
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4d70170
eruda-vue
/
vue-devtools
/
cypress
/
utils
/
suite.js
soiz1
Upload folder using huggingface_hub
4d70170
verified
11 days ago
raw
Copy download link
history
blame
Safe
165 Bytes
export
function
suite
(
description, tests
) {
describe
(description,
() =>
{
before
(
() =>
{
cy.
visit
(
'/'
)
cy.
vueCheckInit
()
})
tests
()
})
}