| 1 | import type { Nuxt } from '@nuxt/schema'; |
| 2 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 3 | import type { SentryNuxtModuleOptions } from '../../src/common/types'; |
| 4 | import type { SourceMapSetting } from '../../src/vite/sourceMaps'; |
nothing calls this directly
no test coverage detected