Skip to content

Commit

Permalink
Remove unnecessary eslint related comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jul 15, 2024
1 parent 42d8f52 commit c09da4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/publicReportingAPI.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ describe('PublicReportingAPI', function () {
});

describe('Item status reporting', function () {
// eslint-disable-next-line mocha/no-setup-in-describe
publicReportingAPIStatusMethods.forEach(({ method, status }) => {
it(`${method}: should call ${method} method with "${status}" status`, function () {
const spySetStatus = jest
Expand All @@ -318,7 +317,6 @@ describe('PublicReportingAPI', function () {
});

describe('Launch status reporting', function () {
// eslint-disable-next-line mocha/no-setup-in-describe
publicReportingAPILaunchStatusMethods.forEach(({ method, status }) => {
it(`${method}: should call ${method} method with "${status}" status`, function () {
const spySetStatus = jest
Expand Down

0 comments on commit c09da4b

Please sign in to comment.