puppeteer/utils
Andrey Lushnikov d99031ba46 [doclint] Move doclint under utils/
This patch:
- moves doclint under utils/ folder
- adds tests to verify doclint basic functionality

This patch also drops the jasmine as a spec runner for the doclint
checks. It turned out it's hard to customize jasmine's behavior,
so instead this patch implements a dummy spec runner.

The dummy spec runner allows us:
- to format messages however we want (the custom jasmine reporter would
  also allow us to do this)
- to avoid `beforeAll` functions which pollute global to pass
  initialized variables over to specs

References #14
2017-07-13 00:28:52 -07:00
..
doclint [doclint] Move doclint under utils/ 2017-07-13 00:28:52 -07:00
check_availability.js Convert var's to let's 2017-06-22 14:58:39 -07:00
ChromiumDownloader.js [Downloader] Fix Downloader.downloadedRevisions methods 2017-07-12 14:54:48 -07:00