6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
module.exports = {
|
|
'test-file-stub': 'test-file-stub',
|
|
getters: {},
|
|
commit: ()=>{}
|
|
}
|