Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Feb 10, 2024
1 parent c3e7464 commit 52d1886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ describe("index.js", function () {
describe("flat", function () {
// eslint-disable-next-line mocha/no-setup-in-describe -- rule doesn't like function calls like `Object.entries()`
for (const [configName, config] of Object.entries(
// eslint-disable-next-line mocha/no-setup-in-describe -- rule doesn't like function calls like `Object.entries()`
requireIndex(`${__dirname}/../lib/configs`),
)) {
describe(configName, function () {
Expand Down

0 comments on commit 52d1886

Please sign in to comment.