From 89f6d15f2aa5346c22c437afa295075400fa9beb Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 9 Nov 2024 18:31:01 -0500 Subject: [PATCH] oops, mjs --- tests/smoke-tests/--addon-only.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/smoke-tests/--addon-only.test.ts b/tests/smoke-tests/--addon-only.test.ts index 192a4a7..7fe450a 100644 --- a/tests/smoke-tests/--addon-only.test.ts +++ b/tests/smoke-tests/--addon-only.test.ts @@ -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');