Skip to content

Commit

Permalink
ci: use default loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph authored Oct 10, 2023
1 parent 798e626 commit 68d7b30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions detox/test/e2e/detox.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ const launchArgs = {

/** @type {Detox.DetoxConfig} */
const config = {
logger: {
level: process.env.CI ? 'debug' : undefined,
},

testRunner: {
args: {
$0: 'nyc jest',
Expand Down

0 comments on commit 68d7b30

Please sign in to comment.