(nuxtSourceMap?: SourceMapSetting)
| 440 | }); |
| 441 | |
| 442 | const getNuxtConfig = (nuxtSourceMap?: SourceMapSetting): MinimalNuxtConfig => ({ |
| 443 | options: { sourcemap: { server: nuxtSourceMap } }, |
| 444 | }); |
| 445 | |
| 446 | it('should log a warning when Nuxt and Nitro source map settings differ', () => { |
| 447 | const nuxt = getNuxtConfig(true); |