Update example.config.js
This commit is contained in:
		
							parent
							
								
									a5e1c15c1b
								
							
						
					
					
						commit
						cccda9fb39
					
				| 
						 | 
					@ -7,7 +7,7 @@ module.exports = {
 | 
				
			||||||
  site: 'example.com',
 | 
					  site: 'example.com',
 | 
				
			||||||
  days: 2,
 | 
					  days: 2,
 | 
				
			||||||
  channels: 'example.channels.xml',
 | 
					  channels: 'example.channels.xml',
 | 
				
			||||||
  output: 'tests/output/guide.xml',
 | 
					  output: 'tests/__data__/output/guide.xml',
 | 
				
			||||||
  url: () => 'http://example.com/20210319/1tv.json',
 | 
					  url: () => 'http://example.com/20210319/1tv.json',
 | 
				
			||||||
  request: {
 | 
					  request: {
 | 
				
			||||||
    method: 'POST',
 | 
					    method: 'POST',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue