Skip to content

Commit 36b54bc

Browse files
fix detox test trial
1 parent 21ea141 commit 36b54bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InstabugSample/__e2e__/init.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ const specReporter = require('detox/runners/jest/specReporter');
55

66
// Set the default timeout
77
jest.setTimeout(120000);
8-
jasmine.getEnv().addReporter(adapter);
8+
// jasmine.getEnv().addReporter(adapter);
99

1010
// This takes care of generating status logs on a per-spec basis. By default, jest only reports at file-level.
1111
// This is strictly optional.
12-
jasmine.getEnv().addReporter(specReporter);
12+
// jasmine.getEnv().addReporter(specReporter);
1313

1414
beforeAll(async () => {
1515
await detox.init(config);

0 commit comments

Comments
 (0)