add tab delete test

This commit is contained in:
Shin'ya Ueoka 2018-02-13 20:13:27 +09:00
parent 3f8bbe11d9
commit 0904f8e1eb
5 changed files with 28 additions and 13 deletions

View file

@ -2,6 +2,7 @@ const METHOD_REQUEST = 'request';
const METHOD_RESPONSE = 'response';
const WINDOWS_CREATE = 'windows.create';
const WINDOWS_REMOVE = 'windows.remove';
const WINDOWS_GET = 'windows.get';
const TABS_CREATE = 'tabs.create';
const EVENT_KEYPRESS = 'event.keypress';
const EVENT_KEYDOWN = 'event.keydown';
@ -13,6 +14,7 @@ export {
WINDOWS_CREATE,
WINDOWS_REMOVE,
WINDOWS_GET,
TABS_CREATE,