()
| 155 | }); |
| 156 | |
| 157 | function skipMicroTask() { |
| 158 | return new Promise((resolve) => resolve(Promise.resolve())); |
| 159 | } |
| 160 | |
| 161 | it('should initialize ampdoc and resources on attach only', () => { |
| 162 | const element = new ElementClass(); |
no test coverage detected