mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
[doclint] move doclint testing to golden
This patch: - move doclint testing to golden - refactor doclint/lint.js to drop specs and everything
This commit is contained in:
6
utils/doclint/test/02-method-errors/doc.md
Normal file
6
utils/doclint/test/02-method-errors/doc.md
Normal file
@@ -0,0 +1,6 @@
|
||||
### class: Foo
|
||||
|
||||
#### foo.proceed()
|
||||
|
||||
#### foo.start()
|
||||
|
||||
7
utils/doclint/test/02-method-errors/foo.js
Normal file
7
utils/doclint/test/02-method-errors/foo.js
Normal file
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
start() {
|
||||
}
|
||||
|
||||
stop() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user