(context)
| 2 | |
| 3 | class HtmlTitle extends Rule { |
| 4 | documentation(context) { |
| 5 | return { |
| 6 | description: "Title of the page must be defined" |
| 7 | }; |
| 8 | } |
| 9 | |
| 10 | setup() { |
| 11 | this.on("dom:ready", event => { |
nothing calls this directly
no outgoing calls
no test coverage detected