eruda3 / .eustia.js
soiz1's picture
Migrated from GitHub
271613e verified
raw
history blame contribute delete
194 Bytes
module.exports = {
test: {
library: ['node_modules/eustia-module'],
files: ['test/*.js', 'test/*.html'],
exclude: ['js'],
namespace: 'util',
output: 'test/util.js',
},
}