Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
eruda3
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
eruda3
/
.eustia.js
soiz1
Migrated from GitHub
271613e
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
194 Bytes
module
.
exports
= {
test
: {
library
: [
'node_modules/eustia-module'
],
files
: [
'test/*.js'
,
'test/*.html'
],
exclude
: [
'js'
],
namespace
:
'util'
,
output
:
'test/util.js'
,
},
}