We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e61f5 commit 3ac6019Copy full SHA for 3ac6019
1 file changed
test-helpers/CustomReporter.js
@@ -10,11 +10,6 @@ async function unlink(path) {
10
}
11
12
class MyCustomReporter {
13
- constructor(globalConfig, options) {
14
- this._globalConfig = globalConfig;
15
- this._options = options;
16
- }
17
-
18
onRunComplete(contexts, results) {
19
results.testResults.forEach(async ({ testFilePath, testResults }) => {
20
const baseName = path.basename(testFilePath, '.test.js');
0 commit comments