dc4c8786e3
Last commit 017429eef1
broke doclint
tests. Try bots didn't catch this because they were not running doclint
tests.
This patch:
- fixes doclint tests
- starts running doclint tests on travis
11 lines
98 B
JavaScript
11 lines
98 B
JavaScript
class Foo {
|
|
foo(arg1, arg3 = {}) {
|
|
}
|
|
|
|
test(...filePaths) {
|
|
}
|
|
|
|
bar({visibility}) {
|
|
}
|
|
}
|