Merge branch 'master' of github.com:jcalixte/miniminu

This commit is contained in:
Julien Calixte
2023-03-19 12:13:25 +01:00

View File

@@ -1,4 +1,4 @@
import { describe, it, expect, vi, afterEach, beforeEach } from "vitest" import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"
import { hasTimePassed, timeUntil } from "./time-until" import { hasTimePassed, timeUntil } from "./time-until"
const noTime = () => ({ const noTime = () => ({