Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Mar 28, 2024
1 parent bff2e36 commit fecfb26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/language-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('language and locale', function () {
useNativeCachingStrategy: true,
shouldUseSingletonTestManager: true,
eventloopIdleDelaySec: 0,
appLaunchStateTimeoutSec: undefined,
environment: {},
};

Expand Down
1 change: 1 addition & 0 deletions test/unit/processargs-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ describe('process args', function () {
useNativeCachingStrategy: true,
shouldTerminateApp: true,
shouldUseSingletonTestManager: true,
appLaunchStateTimeoutSec: undefined,
eventloopIdleDelaySec: 0,
};

Expand Down

0 comments on commit fecfb26

Please sign in to comment.