Skip to content

Commit ad169cb

Browse files
authored
Merge pull request wix#3587 from wix/fix/remove-duplicated-field
fix(DetoxCoreListener.js): remove duplicated `status` value.
2 parents 60bddcd + bc26955 commit ad169cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

detox/runners/jest-circus/listeners/DetoxCoreListener.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ class DetoxCoreListener {
8080
title: test.name,
8181
parent: test.parent.name,
8282
fullName: getFullTestName(test),
83-
status: 'running',
8483
functionCode: test.fn.toString(),
8584
invocations: this._getTestInvocations(test),
8685
};

0 commit comments

Comments
 (0)