()
| 5 | window.$$extend('document', { |
| 6 | implementation: { |
| 7 | createHTMLDocument() { |
| 8 | const body = document.createElement('div') |
| 9 | return {body} |
| 10 | }, |
| 11 | }, |
| 12 | }) |
| 13 | window.$$addAspect('document.getElementsByTagName.after', res => { |
nothing calls this directly
no test coverage detected