Skip to content

Commit

Permalink
cjs for all prettier configs
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 17, 2023
1 parent 6593472 commit 7c37242
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from '../../helpers.js';

let commonFixtures = {
'.prettierrc.js': await readFixture('.prettierrc.js'),
'.prettierrc.cjs': await readFixture('.prettierrc.cjs'),
};

describe('custom locations', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from '../../helpers.js';

let commonFixtures = {
'.prettierrc.js': await readFixture('.prettierrc.js'),
'.prettierrc.cjs': await readFixture('.prettierrc.cjs'),
};

for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
Expand Down

0 comments on commit 7c37242

Please sign in to comment.