puppeteer/utils/doclint/test
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
..
01-missing-class [doclint] Move doclint under utils/ 2017-07-13 00:28:52 -07:00
02-extra-class [doclint] Move doclint under utils/ 2017-07-13 00:28:52 -07:00
03-missing-method [doclint] Move doclint under utils/ 2017-07-13 00:28:52 -07:00
04-extra-method [doclint] Move doclint under utils/ 2017-07-13 00:28:52 -07:00
05-missing-property [doclint] Move doclint under utils/ 2017-07-13 00:28:52 -07:00
06-extra-property [doclint] Move doclint under utils/ 2017-07-13 00:28:52 -07:00
07-bad-arguments [doclint] Move doclint under utils/ 2017-07-13 00:28:52 -07:00
08-outdated-table-of-contents [doclint] Move doclint under utils/ 2017-07-13 00:28:52 -07:00
test.js [doclint] Move doclint under utils/ 2017-07-13 00:28:52 -07:00