()
| 9 | import {ifEnvSupports} from '../test-util'; |
| 10 | |
| 11 | function supportsImports() { |
| 12 | return 'import' in document.createElement('link'); |
| 13 | } |
| 14 | |
| 15 | if (supportsImports()) { |
| 16 | describe('HTML Imports', function () { |
no test coverage detected
searching dependent graphs…