chore(stubs): Additional web stubs

This commit is contained in:
hack.ily 2019-10-29 00:00:02 -07:00 committed by Sean Yesmunt
parent 0596d5e7bd
commit 209ee7d6c7

View file

@ -16,11 +16,18 @@ export const remote = {
},
Menu: {
getApplicationMenu: callable,
buildFromTemplate: () => {
return {
popup: () => {},
};
},
},
require: callable,
};
export const clipboard = {};
export const clipboard = {
readText: () => '',
};
export const ipcRenderer = {};
export const isDev = false;