Create tests/__data__
This commit is contained in:
		
							parent
							
								
									e9d425e184
								
							
						
					
					
						commit
						1597965fa4
					
				
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -0,0 +1,18 @@
 | 
			
		|||
module.exports = {
 | 
			
		||||
  site: 'example.com',
 | 
			
		||||
  url: 'https://google.com',
 | 
			
		||||
  parser() {
 | 
			
		||||
    return [
 | 
			
		||||
      {
 | 
			
		||||
        title: 'Program1',
 | 
			
		||||
        start: 1640995200000,
 | 
			
		||||
        stop: 1640998800000
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
        title: 'Program1',
 | 
			
		||||
        start: 1640995200000,
 | 
			
		||||
        stop: 1640998900000
 | 
			
		||||
      }
 | 
			
		||||
    ]
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue