chore: migrate src/api.js to TypeScript (#5808)

This commit is contained in:
Jack Franklin 2020-05-05 09:59:07 +01:00 committed by GitHub
parent 890c215142
commit d8d1f6ff7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@
* limitations under the License. * limitations under the License.
*/ */
/* This file is used in two places:
* 1) the coverage-utils use it to gain a list of all methods we check for test coverage on
* 2) index.js uses it to iterate through all methods and call helper.installAsyncStackHooks on
*/
module.exports = { module.exports = {
Accessibility: require('./Accessibility').Accessibility, Accessibility: require('./Accessibility').Accessibility,
Browser: require('./Browser').Browser, Browser: require('./Browser').Browser,