Update config.test.js
This commit is contained in:
		
							parent
							
								
									c2ea8c7996
								
							
						
					
					
						commit
						235624838f
					
				| 
						 | 
					@ -5,7 +5,7 @@ import fs from 'fs'
 | 
				
			||||||
it('can load config', () => {
 | 
					it('can load config', () => {
 | 
				
			||||||
  const config = loadConfig(require(path.resolve('./tests/__data__/input/example.config.js')))
 | 
					  const config = loadConfig(require(path.resolve('./tests/__data__/input/example.config.js')))
 | 
				
			||||||
  expect(config).toMatchObject({
 | 
					  expect(config).toMatchObject({
 | 
				
			||||||
    days: 1,
 | 
					    days: 2,
 | 
				
			||||||
    delay: 3000,
 | 
					    delay: 3000,
 | 
				
			||||||
    lang: 'en',
 | 
					    lang: 'en',
 | 
				
			||||||
    site: 'example.com'
 | 
					    site: 'example.com'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue