puppeteer/utils/doclint/test/04-bad-arguments/foo.js
Andrey Lushnikov c468c451c5 [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 11:17:02 -07:00

8 lines
71 B
JavaScript

class Foo {
constructor(arg1, arg3) {
}
test(filePaths) {
}
}