Skip to content

Commit 991710f

Browse files
committed
fix linting
1 parent c025a44 commit 991710f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/astro/test/integration/index.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,9 +562,7 @@ describe('_getUpdatedSourceMapSettings', () => {
562562
astroConfig.vite.build.sourcemap = false;
563563
_getUpdatedSourceMapSettings(astroConfig, sentryOptions, logger);
564564
// eslint-disable-next-line @typescript-eslint/unbound-method
565-
expect(logger.warn).toHaveBeenCalledWith(
566-
'Source map generation is disabled in your Astro configuration.',
567-
);
565+
expect(logger.warn).toHaveBeenCalledWith('Source map generation is disabled in your Astro configuration.');
568566

569567
astroConfig.vite.build.sourcemap = 'hidden';
570568
_getUpdatedSourceMapSettings(astroConfig, sentryOptions, logger);

0 commit comments

Comments
 (0)