7 lines
92 B
JavaScript
7 lines
92 B
JavaScript
module.exports = {
|
|
coverage: {
|
|
path: 'coverage.html',
|
|
app: 'Google Chrome'
|
|
}
|
|
};
|