Skip to content

Commit c57bfe0

Browse files
chore: update test-model to not override hooks from runnable (#32867)
* chore: update test-model to not override hooks from runnable * fix system test
1 parent db0035c commit c57bfe0

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

packages/reporter/src/test/test-model.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export default class Test extends Runnable {
5151
type = 'test'
5252

5353
_callbackAfterUpdate: UpdateTestCallback | null = null
54-
hooks: HookProps[]
5554
invocationDetails?: FileDetails
5655

5756
attempts: Attempt[] = []
107 Bytes
Loading

0 commit comments

Comments
 (0)