Skip to content

Commit

Permalink
oops, mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Nov 9, 2024
1 parent ce824ea commit 89f6d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke-tests/--addon-only.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('--addon-only', () => {
await matchesFixture('.npmrc', { cwd: helper.projectRoot, scenario: 'pnpm-addon-only' });

expect(rootContents).to.include('.editorconfig');
expect(rootContents).to.include('eslint.config.js');
expect(rootContents).to.include('eslint.config.mjs');
expect(rootContents).to.include('.gitignore');
expect(rootContents).to.include('.npmrc');
expect(rootContents).to.include('.prettierignore');
Expand Down

0 comments on commit 89f6d15

Please sign in to comment.