This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
puppeteer
Watch
2
Star
0
Fork
0
You've already forked puppeteer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c468c451c5
puppeteer
/
utils
/
doclint
/
test
/
01-class-errors
/
doc.md
6 lines
47 B
Markdown
Raw
Normal View
History
Unescape
Escape
[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-12 18:42:36 +00:00
### class: Foo
### class: Bar
[doclint] move doclint testing to golden This patch: - move doclint testing to golden - refactor doclint/lint.js to drop specs and everything
2017-07-13 08:25:32 +00:00
### class: Baz
Reference in New Issue
Copy Permalink