Skip to content

Commit 3ac6019

Browse files
committed
Get rid of unneeded constructor
1 parent d0e61f5 commit 3ac6019

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

test-helpers/CustomReporter.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ async function unlink(path) {
1010
}
1111

1212
class MyCustomReporter {
13-
constructor(globalConfig, options) {
14-
this._globalConfig = globalConfig;
15-
this._options = options;
16-
}
17-
1813
onRunComplete(contexts, results) {
1914
results.testResults.forEach(async ({ testFilePath, testResults }) => {
2015
const baseName = path.basename(testFilePath, '.test.js');

0 commit comments

Comments
 (0)