chore: upgrade to TypeScript 3.0.1 (#3024)

This commit is contained in:
Joel Einbinder
2018-08-06 11:31:33 -07:00
committed by Andrey Lushnikov
parent 25632133e2
commit 2e0007669d
16 changed files with 67 additions and 25 deletions

View File

@@ -134,4 +134,4 @@ const puppeteerToProtocolLifecycle = {
'networkidle2': 'networkAlmostIdle',
};
module.exports = NavigatorWatcher;
module.exports = {NavigatorWatcher};