Skip to content

Commit

Permalink
chore: migrate src/api.js to TypeScript (#5808)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed May 5, 2020
1 parent 890c215 commit d8d1f6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api.js → src/api.ts
Expand Up @@ -14,6 +14,10 @@
* 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 = {
Accessibility: require('./Accessibility').Accessibility,
Browser: require('./Browser').Browser,
Expand Down

0 comments on commit d8d1f6f

Please sign in to comment.