6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
import { describe, test } from "vitest"
|
|
|
|
describe("atom-vue", () => {
|
|
test("", () => {})
|
|
})
|