(url)
| 7 | |
| 8 | describes.sandboxed('getMode', {}, () => { |
| 9 | function getWin(url) { |
| 10 | const win = { |
| 11 | location: parseUrlDeprecated(url), |
| 12 | }; |
| 13 | return win; |
| 14 | } |
| 15 | |
| 16 | it('should support different html formats for development', () => { |
| 17 | let url = 'https://www.amp-site.org#development=1'; |
no test coverage detected