We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c025a44 commit 991710fCopy full SHA for 991710f
packages/astro/test/integration/index.test.ts
@@ -562,9 +562,7 @@ describe('_getUpdatedSourceMapSettings', () => {
562
astroConfig.vite.build.sourcemap = false;
563
_getUpdatedSourceMapSettings(astroConfig, sentryOptions, logger);
564
// eslint-disable-next-line @typescript-eslint/unbound-method
565
- expect(logger.warn).toHaveBeenCalledWith(
566
- 'Source map generation is disabled in your Astro configuration.',
567
- );
+ expect(logger.warn).toHaveBeenCalledWith('Source map generation is disabled in your Astro configuration.');
568
569
astroConfig.vite.build.sourcemap = 'hidden';
570
0 commit comments