Skip to content

Commit

Permalink
Tests: Execute development-logs tests. (#27996)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
leitea-google and kodiakhq[bot] committed Aug 12, 2021
1 parent b2c7b31 commit 27ccd3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/basic/test/index.test.js
Expand Up @@ -10,6 +10,7 @@ import dynamic from './dynamic'
import processEnv from './process-env'
import publicFolder from './public-folder'
import security from './security'
import developmentLogs from './development-logs'

const context = {}
jest.setTimeout(1000 * 60 * 5)
Expand All @@ -29,4 +30,5 @@ describe('Basic Features', () => {
processEnv(context)
publicFolder(context)
security(context)
developmentLogs(context)
})

0 comments on commit 27ccd3c

Please sign in to comment.