install vitest and luxon
This commit is contained in:
7
src/services/time-until.test.ts
Normal file
7
src/services/time-until.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { describe, it, expect } from "vitest"
|
||||
|
||||
describe("time until service", () => {
|
||||
it("test", () => {
|
||||
expect(true).toBe(true)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user