chore: move ts-smoke tests to core (#16930)

* chore: move ts smoke tests to core

* fix: fix paths for tsconfig / ts-smoke runner

* update ts-defs version

* do not lintr
This commit is contained in:
Shelley Vohr 2019-02-13 15:24:28 -08:00 committed by Samuel Attard
parent 95214fcd4b
commit 319c2853df
7 changed files with 1470 additions and 3 deletions

View file

@ -47,6 +47,8 @@ The `globalShortcut` module has the following methods:
* `accelerator` [Accelerator](accelerator.md)
* `callback` Function
Returns `Boolean` - Whether or not the shortcut was registered successfully.
Registers a global shortcut of `accelerator`. The `callback` is called when
the registered shortcut is pressed by the user.