install vitest and luxon

This commit is contained in:
Julien Calixte
2023-03-13 17:51:00 +01:00
parent 219511e0cf
commit 66cbfacd55
5 changed files with 435 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
import { describe, it, expect } from "vitest"
describe("time until service", () => {
it("test", () => {
expect(true).toBe(true)
})
})