Skip to content

Commit 65c1ce3

Browse files
committed
remove unused property
1 parent a4edb20 commit 65c1ce3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ function Test(title, fn) {
2828
this.duration = null;
2929
this.context = {};
3030

31-
// test type, can be: test, hook, eachHook
32-
this.type = 'test';
33-
3431
// store the time point before test execution
3532
// to calculate the total time spent in test
3633
this._timeStart = null;

0 commit comments

Comments
 (0)