12 lines
245 B
JavaScript
12 lines
245 B
JavaScript
exports.default = {
|
|
test: {
|
|
start: "test-start",
|
|
},
|
|
filewatcher: {
|
|
start: "filewatcher__start",
|
|
startSuccess: "filewatcher__start-success",
|
|
startFailure: "filewatcher__start-failure",
|
|
stop: "filewatcher__stop",
|
|
},
|
|
};
|