6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import { expect } from 'vitest'
|
|
import { test } from 'vitest'
|
|
|
|
test('astro-sw', () => {
|
|
expect(true).toBeTruthy()
|
|
})
|