Update config.test.js

This commit is contained in:
Aleksandr Statciuk 2023-01-10 11:20:32 +03:00
parent c2ea8c7996
commit 235624838f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import fs from 'fs'
it('can load config', () => {
const config = loadConfig(require(path.resolve('./tests/__data__/input/example.config.js')))
expect(config).toMatchObject({
days: 1,
days: 2,
delay: 3000,
lang: 'en',
site: 'example.com'