mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
10 lines
194 B
JavaScript
10 lines
194 B
JavaScript
module.exports = {
|
|
test: {
|
|
library: ['node_modules/eustia-module'],
|
|
files: ['test/*.js', 'test/*.html'],
|
|
exclude: ['js'],
|
|
namespace: 'util',
|
|
output: 'test/util.js',
|
|
},
|
|
}
|