Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jan 19, 2024
1 parent 112b93e commit 5b03d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/reporter/attributesReporting.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('attributes reporting', function () {
reporter = new Reporter(config);
});

afterEach(function() {
afterEach(function () {
// @ts-ignore access to the class private property
reporter.testItems = [];
// @ts-ignore access to the class private property
Expand Down

0 comments on commit 5b03d6d

Please sign in to comment.