import { expect } from 'vitest' import { test } from 'vitest' test('astro-sw', () => { expect(true).toBeTruthy() })