We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4edb20 commit 65c1ce3Copy full SHA for 65c1ce3
lib/test.js
@@ -28,9 +28,6 @@ function Test(title, fn) {
28
this.duration = null;
29
this.context = {};
30
31
- // test type, can be: test, hook, eachHook
32
- this.type = 'test';
33
-
34
// store the time point before test execution
35
// to calculate the total time spent in test
36
this._timeStart = null;
0 commit comments