Merge branch 'main' into feature/small_improvements

This commit is contained in:
Elian Doran
2026-04-15 22:47:05 +03:00
committed by GitHub

View File

@@ -14,6 +14,8 @@ import { describe, expect, it } from "vitest";
describe("dayjs", () => {
it("all dayjs locales are valid", async () => {
for (const locale of LOCALES) {
if (locale.contentOnly) continue;
const dayjsLoader = DAYJS_LOADER[locale.id];
expect(dayjsLoader, `Locale ${locale.id} missing.`).toBeDefined();